summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2008-08-12 11:42:04 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2008-08-12 11:42:04 +0200
commitaeafdb8126d6ee658ff2b55dea380a84d1d77a25 (patch)
treec28a9b6fb0ad5aef6648615b121165d8a95b8cf7
parent126c1361ad5201973e6ebc761b3e38a67915de29 (diff)
manpages: correct erroneous markup
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>
-rw-r--r--extensions/libip6t_HL.man2
-rw-r--r--extensions/libipt_REJECT.man2
-rw-r--r--extensions/libipt_SET.man2
-rw-r--r--extensions/libipt_TTL.man4
-rw-r--r--extensions/libipt_addrtype.man2
-rw-r--r--extensions/libxt_NFQUEUE.man2
-rw-r--r--extensions/libxt_NOTRACK.man2
-rw-r--r--extensions/libxt_TCPMSS.man2
-rw-r--r--extensions/libxt_statistic.man2
9 files changed, 10 insertions, 10 deletions
diff --git a/extensions/libip6t_HL.man b/extensions/libip6t_HL.man
index bf468810..050641f0 100644
--- a/extensions/libip6t_HL.man
+++ b/extensions/libip6t_HL.man
@@ -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"
diff --git a/extensions/libipt_REJECT.man b/extensions/libipt_REJECT.man
index 174bf7b3..d738a3d4 100644
--- a/extensions/libipt_REJECT.man
+++ b/extensions/libipt_REJECT.man
@@ -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
diff --git a/extensions/libipt_SET.man b/extensions/libipt_SET.man
index 4da73ca9..e2e27273 100644
--- a/extensions/libipt_SET.man
+++ b/extensions/libipt_SET.man
@@ -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.
diff --git a/extensions/libipt_TTL.man b/extensions/libipt_TTL.man
index 97c46c43..25a44380 100644
--- a/extensions/libipt_TTL.man
+++ b/extensions/libipt_TTL.man
@@ -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.
diff --git a/extensions/libipt_addrtype.man b/extensions/libipt_addrtype.man
index 275d9994..88e7c660 100644
--- a/extensions/libipt_addrtype.man
+++ b/extensions/libipt_addrtype.man
@@ -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"
diff --git a/extensions/libxt_NFQUEUE.man b/extensions/libxt_NFQUEUE.man
index acd45e9c..d76721ac 100644
--- a/extensions/libxt_NFQUEUE.man
+++ b/extensions/libxt_NFQUEUE.man
@@ -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
diff --git a/extensions/libxt_NOTRACK.man b/extensions/libxt_NOTRACK.man
index 30e830ad..c2cdf5a6 100644
--- a/extensions/libxt_NOTRACK.man
+++ b/extensions/libxt_NOTRACK.man
@@ -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.
diff --git a/extensions/libxt_TCPMSS.man b/extensions/libxt_TCPMSS.man
index 82f93e02..1cb1fcc7 100644
--- a/extensions/libxt_TCPMSS.man
+++ b/extensions/libxt_TCPMSS.man
@@ -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.
diff --git a/extensions/libxt_statistic.man b/extensions/libxt_statistic.man
index 007251d3..7e172560 100644
--- a/extensions/libxt_statistic.man
+++ b/extensions/libxt_statistic.man
@@ -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"