aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2022-04-18 22:31:28 +0200
committerStephen Hemminger <stephen@networkplumber.org>2022-04-18 14:48:21 -0700
commit6f3b58436615ec63cbdfc993343434ccbfd7ebaf (patch)
tree5f2883e65d02a4b619bdf93e04964adf85b99d06
parent42d351fa16da2ce9130f88eaf915a2b4f18af199 (diff)
downloadiproute2-6f3b58436615ec63cbdfc993343434ccbfd7ebaf.tar.gz
man: use quote instead of acute accent
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@debian.org>
-rw-r--r--man/man8/tc-bpf.82
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man8/tc-bpf.8 b/man/man8/tc-bpf.8
index e4f68aaa7..01230ce6d 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