summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Snodgrass <ssnodgra@pheran.com>2002-10-30 08:53:41 +0000
committerHarald Welte <laforge@gnumonks.org>2002-10-30 08:53:41 +0000
commit955c3dc3da0c1c07d682f634feb057ec3f983a59 (patch)
treed43e858e420363429a7a04325599375e25bfec2a
parentc25718248bcb0ab737449226b9bf9416a5435b43 (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 65f67bcb..3113b94d 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