Correct definition of 'established' keyword.

This commit is contained in:
Alexander Langer 1996-07-02 00:29:22 +00:00
parent c4d74c02f2
commit f8cc1596e7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16886

View File

@ -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.