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_TCPMSS.man | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'extensions/libxt_TCPMSS.man') diff --git a/extensions/libxt_TCPMSS.man b/extensions/libxt_TCPMSS.man index 675fc5ed..dbab918d 100644 --- a/extensions/libxt_TCPMSS.man +++ b/extensions/libxt_TCPMSS.man @@ -29,10 +29,9 @@ ssh works fine, but scp hangs after initial handshaking. .PD Workaround: activate this option and add a rule to your firewall configuration like: -.nf - iptables \-t mangle \-A FORWARD \-p tcp \-\-tcp\-flags SYN,RST SYN \\ +.IP + iptables \-t mangle \-A FORWARD \-p tcp \-\-tcp\-flags SYN,RST SYN \-j TCPMSS \-\-clamp\-mss\-to\-pmtu -.fi .TP \fB\-\-set\-mss\fP \fIvalue\fP Explicitly set MSS option to specified value. -- cgit v1.2.3