From cfb048f5b5778a57144b00866cd0734e9617a4ea Mon Sep 17 00:00:00 2001 From: "Laurence J. Lane" Date: Thu, 20 Aug 2009 17:14:25 +0200 Subject: 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 Signed-off-by: Patrick McHardy --- extensions/libxt_TOS.man | 2 +- iptables.8.in | 2 +- 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 -- cgit v1.2.3