summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_connlimit.man
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-06-10 20:18:43 +0200
committerJan Engelhardt <jengelh@medozas.de>2009-06-10 20:30:05 +0200
commit18c475d7040abc6d3094ee0348904deafe997508 (patch)
tree13dcb85119e7601bf9d47b9b982f39839b93569f /extensions/libxt_connlimit.man
parentf1afcc896e7f8be3a6419681fd8cdee1d600a3aa (diff)
manpages: markup corrections
The manpage of xt_cluster and xt_recent had some unclosed tags. Backslashes in commands are also not wanted because manpages are a freeform, automatically-wrapped text. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'extensions/libxt_connlimit.man')
-rw-r--r--extensions/libxt_connlimit.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libxt_connlimit.man b/extensions/libxt_connlimit.man
index eb0832aa..c85d768c 100644
--- a/extensions/libxt_connlimit.man
+++ b/extensions/libxt_connlimit.man
@@ -21,7 +21,7 @@ network (24 bit netmask)
iptables \-p tcp \-\-syn \-\-dport 80 \-m connlimit \-\-connlimit\-above 16
\-\-connlimit\-mask 24 \-j REJECT
.TP
-# limit the number of parallel HTTP requests to 16 for the link local network \
+# limit the number of parallel HTTP requests to 16 for the link local network
(ipv6)
ip6tables \-p tcp \-\-syn \-\-dport 80 \-s fe80::/64 \-m connlimit \-\-connlimit\-above
16 \-\-connlimit\-mask 64 \-j REJECT