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
| ||
|
Message-Id: <20220418203128.747915-2-luca.boccassi@gmail.com> Date: Mon, 18 Apr 2022 22:31:28 +0200 From: luca.boccassi@...il.com To: netdev@...r.kernel.org Subject: [PATCH iproute2 2/2] man: use quote instead of acute accent From: Luca Boccassi <bluca@...ian.org> Lintian complains: I: iproute2: acute-accent-in-manual-page usr/share/man/man8/tc-bpf.8.gz:220 "This manual page uses the \' groff sequence. Usually, the intent to generate an apostrophe, but that sequence actually renders as an acute accent. For an apostrophe or a single closing quote, use plain '. For single opening quote, i.e. a straight downward line ' like the one used in shell commands, use '\(aq'." Before: ´s,c t f k,c t f k,c t f k,...´ After: 's,c t f k,c t f k,c t f k,...' Signed-off-by: Luca Boccassi <bluca@...ian.org> --- Maybe this was the original intention, maybe not, but Lintian nags me, so let's fix it man/man8/tc-bpf.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man8/tc-bpf.8 b/man/man8/tc-bpf.8 index e4f68aaa..01230ce6 100644 --- a/man/man8/tc-bpf.8 +++ b/man/man8/tc-bpf.8 @@ -217,7 +217,7 @@ identifiers which would need to reparse packet contents. .SS bytecode is being used for loading cBPF classifier and actions only. The cBPF bytecode is directly passed as a text string in the form of -.B \'s,c t f k,c t f k,c t f k,...\' +.B \(aqs,c t f k,c t f k,c t f k,...' , where .B s denotes the number of subsequent 4-tuples. One such 4-tuple consists of -- 2.34.1
Powered by blists - more mailing lists