* [PATCH iproute2-next] man8: tc: fix incorrect long FORMAT identifier for json
@ 2025-09-25 11:12 Lieuwe Rooijakkers
2025-09-26 18:00 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Lieuwe Rooijakkers @ 2025-09-25 11:12 UTC (permalink / raw)
To: netdev; +Cc: Lieuwe Rooijakkers
Signed-off-by: Lieuwe Rooijakkers <lieuwerooijakkers@gmail.com>
---
This will fix the man page for the tc command, the FORMAT specificer had the long form for the JSON
format specified as -jjson instead of -json.
man/man8/tc.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/man8/tc.8 b/man/man8/tc.8
index dce58af1..727a020a 100644
--- a/man/man8/tc.8
+++ b/man/man8/tc.8
@@ -136,7 +136,7 @@ tc \- show / manipulate traffic control settings
\fB\-r\fR[\fIaw\fR] |
\fB\-i\fR[\fIec\fR] |
\fB\-g\fR[\fIraph\fR] |
-\fB\-j\fR[\fIjson\fR] |
+\fB\-j\fR[\fIson\fR] |
\fB\-p\fR[\fIretty\fR] |
\fB\-col\fR[\fIor\fR] }
--
2.51.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-09-26 18:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-25 11:12 [PATCH iproute2-next] man8: tc: fix incorrect long FORMAT identifier for json Lieuwe Rooijakkers
2025-09-26 18:00 ` patchwork-bot+netdevbpf
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.