From 18c475d7040abc6d3094ee0348904deafe997508 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 10 Jun 2009 20:18:43 +0200 Subject: 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 --- extensions/libxt_connlimit.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libxt_connlimit.man') 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 -- cgit v1.2.3