summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1996-07-02 00:29:22 +0000
committeralex <alex@FreeBSD.org>1996-07-02 00:29:22 +0000
commit911873413ded35d32e63a68d50af02c3fcc5982c (patch)
tree304dec9c889d5bd394e0e8592ba9fa40ca5b71eb /sbin
parent8d17fabf36faadd2da33b7862da9cb978e16b4e2 (diff)
downloadFreeBSD-src-911873413ded35d32e63a68d50af02c3fcc5982c.zip
FreeBSD-src-911873413ded35d32e63a68d50af02c3fcc5982c.tar.gz
Correct definition of 'established' keyword.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ipfw/ipfw.82
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index 01141e7..a217131 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -207,7 +207,7 @@ The supported IP options are:
The absence of a particular option may be denoted
with a ``!''.
.It established
-Matches packets that do not have the SYN bit set.
+Matches packets that have the RST or ACK bits set.
TCP packets only.
.It setup
Matches packets that have the SYN bit set but no ACK bit.
OpenPOWER on IntegriCloud