]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
manpages: correct erroneous markup
authorJan Engelhardt <jengelh@medozas.de>
Tue, 12 Aug 2008 09:42:04 +0000 (11:42 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 12 Aug 2008 09:42:04 +0000 (11:42 +0200)
Text paragraphs should use .PP, since .TP makes it a list item with
indented description.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
extensions/libip6t_HL.man
extensions/libipt_REJECT.man
extensions/libipt_SET.man
extensions/libipt_TTL.man
extensions/libipt_addrtype.man
extensions/libxt_NFQUEUE.man
extensions/libxt_NOTRACK.man
extensions/libxt_TCPMSS.man
extensions/libxt_statistic.man

index bf46881026c83876600dcbab07b3e1527baa9d97..050641f04cf354e93470cc3b6173a12b9aa591bc 100644 (file)
@@ -4,7 +4,7 @@ Hop Limit field can potentially be very dangerous, so it should be avoided at
 any cost. This target is only valid in
 .B mangle
 table.
-.TP
+.PP
 .B Don't ever set or increment the value on packets that leave your local network!
 .TP
 .BI "--hl-set " "value"
index 174bf7b3488061722d34e16675b192f02193a3bf..d738a3d45a745ee9487e81f88454db8e28c692e5 100644 (file)
@@ -30,5 +30,5 @@ TCP RST packet to be sent back.  This is mainly useful for blocking
 .I ident
 (113/tcp) probes which frequently occur when sending mail to broken mail
 hosts (which won't accept your mail otherwise).
-.TP
+.PP
 (*) Using icmp-admin-prohibited with kernels that do not support it will result in a plain DROP instead of REJECT
index 4da73ca9a3cd65422b133f3c992df93e19a0ae90..e2e27273f0360cf0739c0d2db30c096522e552db 100644 (file)
@@ -11,6 +11,6 @@ where flags are
 and/or
 .BR "dst"
 and there can be no more than six of them.
-.TP
+.PP
 The bindings to follow must previously be defined in order to use 
 multilevel adding/deleting by the SET target.
index 97c46c43fedcd522c7cdb2550cc207f6d933dc07..25a443805d363168bda10ec2917d6fe3146798e4 100644 (file)
@@ -1,10 +1,10 @@
 This is used to modify the IPv4 TTL header field.  The TTL field determines
 how many hops (routers) a packet can traverse until it's time to live is
 exceeded.
-.TP
+.PP
 Setting or incrementing the TTL field can potentially be very dangerous,
 so it should be avoided at any cost.  
-.TP
+.PP
 .B Don't ever set or increment the value on packets that leave your local network!
 .B mangle
 table.
index 275d9994cced4a84bf7f0d1943e67233ecf60157..88e7c6608fd12ba32b5e8e14944fb76223e9c46b 100644 (file)
@@ -2,7 +2,7 @@ This module matches packets based on their
 .B address type.
 Address types are used within the kernel networking stack and categorize
 addresses into various groups.  The exact definition of that group depends on the specific layer three protocol.
-.TP
+.PP
 The following address types are possible:
 .TP
 .BI "UNSPEC"
index acd45e9cff964e80d14ce9a5795f5e853a050a8e..d76721ac34ee4a3619f3c9142a08ff2968160597 100644 (file)
@@ -4,7 +4,7 @@ number.
 .TP
 \fB--queue-num\fP \fIvalue\fP
 This specifies the QUEUE number to use. Valid queue numbers are 0 to 65535. The default value is 0.
-.TP
+.PP
 It can only be used with Kernel versions 2.6.14 or later, since it requires
 the
 .B
index 30e830ad72827226f046f4c621ae89d9836f6dc8..c2cdf5a65906bdb2534608bd0cebbddaed0bf209 100644 (file)
@@ -1,5 +1,5 @@
 This target disables connection tracking for all packets matching that rule.
-.TP
+.PP
 It can only be used in the
 .B raw
 table.
index 82f93e02d17710f69d6972faab4b032181d85cf8..1cb1fcc73b4b795c5901ee0c2fcbfc370b407d4d 100644 (file)
@@ -39,5 +39,5 @@ Explicitly set MSS option to specified value.
 .TP
 .B "--clamp-mss-to-pmtu"
 Automatically clamp MSS value to (path_MTU - 40 for IPv4; -60 for IPv6).
-.TP
+.PP
 These options are mutually exclusive.
index 007251d3ba2924fbc28c3ed29cd718661c4bef05..7e172560ac671a58252418033eefda7104e78c0b 100644 (file)
@@ -2,7 +2,7 @@ This module matches packets based on some statistic condition.
 It supports two distinct modes settable with the 
 .B --mode
 option.
-.TP
+.PP
 Supported options:
 .TP
 .BI "--mode " "mode"