summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_TCPMSS.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_TCPMSS.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_TCPMSS.man')
-rw-r--r--extensions/libxt_TCPMSS.man5
1 files changed, 2 insertions, 3 deletions
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.