]> git.ipfire.org Git - thirdparty/iproute2.git/commit
man: use quote instead of acute accent
authorLuca Boccassi <bluca@debian.org>
Mon, 18 Apr 2022 20:31:28 +0000 (22:31 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 18 Apr 2022 21:48:21 +0000 (14:48 -0700)
commit6f3b58436615ec63cbdfc993343434ccbfd7ebaf
tree5f2883e65d02a4b619bdf93e04964adf85b99d06
parent42d351fa16da2ce9130f88eaf915a2b4f18af199
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>
man/man8/tc-bpf.8