lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250925111250.61576-1-lieuwerooijakkers@gmail.com>
Date: Thu, 25 Sep 2025 13:12:41 +0200
From: Lieuwe Rooijakkers <lieuwerooijakkers@...il.com>
To: netdev@...r.kernel.org
Cc: Lieuwe Rooijakkers <lieuwerooijakkers@...il.com>
Subject: [PATCH iproute2-next] man8: tc: fix incorrect long FORMAT identifier for json

Signed-off-by: Lieuwe Rooijakkers <lieuwerooijakkers@...il.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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ