summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurence J. Lane <ljlane@debian.org>2009-08-20 17:14:25 +0200
committerPatrick McHardy <kaber@trash.net>2009-08-20 17:14:25 +0200
commitcfb048f5b5778a57144b00866cd0734e9617a4ea (patch)
treed8bbedd9f1dc48e8747d6822f1f522d0166e4c97
parent4a682aa233ea02b342a9cc827d25e4c6c11dd349 (diff)
manpage: fix lintian warnings
Description: extraneous slash caused this lintian warning: W: iptables: manpage-has-errors-from-man usr/share/man/man8/iptables.8.gz 220: cannot use newline as a starting delimiter W: iptables: manpage-has-errors-from-man usr/share/man/man8/ip6tables.8.gz 1823: warning: `precedence'' not defined Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
-rw-r--r--extensions/libxt_TOS.man2
-rw-r--r--iptables.8.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/libxt_TOS.man b/extensions/libxt_TOS.man
index a42a73dd..d5cbfcb8 100644
--- a/extensions/libxt_TOS.man
+++ b/extensions/libxt_TOS.man
@@ -1,5 +1,5 @@
This module sets the Type of Service field in the IPv4 header (including the
-'precedence' bits) or the Priority field in the IPv6 header. Note that TOS
+"precedence" bits) or the Priority field in the IPv6 header. Note that TOS
shares the same bits as DSCP and ECN. The TOS target is only valid in the
\fBmangle\fR table.
.TP
diff --git a/iptables.8.in b/iptables.8.in
index 14fc23ad..cb6e6b08 100644
--- a/iptables.8.in
+++ b/iptables.8.in
@@ -217,7 +217,7 @@ targets.
Rename the user specified chain to the user supplied name. This is
cosmetic, and has no effect on the structure of the table.
.TP
-\fB\-\h\fP
+\fB\-h\fP
Help.
Give a (currently very brief) description of the command syntax.
.SS PARAMETERS