summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaforge <laforge>2002-10-30 08:53:41 +0000
committerlaforge <laforge>2002-10-30 08:53:41 +0000
commit008dc0a29e716fbf2e021bb6dc583ae21dd6cc4f (patch)
treed43e858e420363429a7a04325599375e25bfec2a
parentadd5031c4186b98b62412582096a46d8cc271d47 (diff)
correct manpage about information on '--syn' behaviour (Steve Snodgrass)
-rw-r--r--iptables.82
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables.8 b/iptables.8
index 65f67bc..3113b94 100644
--- a/iptables.8
+++ b/iptables.8
@@ -411,7 +411,7 @@ will only match packets with the SYN flag set, and the ACK, FIN and
RST flags unset.
.TP
.B "[!] --syn"
-Only match TCP packets with the SYN bit set and the ACK and FIN bits
+Only match TCP packets with the SYN bit set and the ACK and RST bits
cleared. Such packets are used to request TCP connection initiation;
for example, blocking such packets coming in an interface will prevent
incoming TCP connections, but outgoing TCP connections will be