]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
man: allow up to 100 character lines
authorStephen Hemminger <stephen@networkplumber.org>
Sun, 19 Nov 2023 16:56:43 +0000 (08:56 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Sun, 19 Nov 2023 16:56:43 +0000 (08:56 -0800)
There are some long URL's that cause warnings from the
man page checker. Go ahead and allow these even though Debian
lintian may still complain.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
man/Makefile

index 0c759dd2f950eff293fcc67896d6c975911f080a..c0b0d4166887ef915876d59f680e1fcd03503c20 100644 (file)
@@ -3,7 +3,7 @@ INSTALL=install
 INSTALLDIR=install -m 0755 -d
 INSTALLMAN=install -m 0644
 # Pass the same parameters as Lintian uses on Debian.
-MAN_CHECK=LC_ALL=en_US.UTF-8 MANROFFSEQ='' MANWIDTH=80 man --warnings \
+MAN_CHECK=LC_ALL=en_US.UTF-8 MANROFFSEQ='' MANWIDTH=100 man --warnings \
        --encoding=UTF-8 --local-file --troff-device=utf8 --ditroff
 # Hide man output, count and print errors.
 MAN_REDIRECT=2>&1 >/dev/null | tee /dev/fd/2 | wc -l