docs/50391: [PATCH] Incorrect information in a man
Jim Brown
jpb at sixshooter.v6.thrupoint.net
Mon May 5 21:10:13 UTC 2003
The following reply was made to PR docs/50391; it has been noted by GNATS.
From: Jim Brown <jpb at sixshooter.v6.thrupoint.net>
To: freebsd-gnats-submit at FreeBSD.org, root at edcsm.jussieu.fr
Cc:
Subject: Re: docs/50391: [PATCH] Incorrect information in a man
Date: Mon, 5 May 2003 17:04:05 -0400
Greetings,
Here is a patch for docs/50391 regarding ipfw.8
root at jpb-wks:/usr2/tmp/src/sbin/ipfw#cvs diff -u ipfw.8
Index: ipfw.8
===================================================================
RCS file: /usr3/FreeBSD/src/sbin/ipfw/ipfw.8,v
retrieving revision 1.122
diff -u -r1.122 ipfw.8
--- ipfw.8 15 Mar 2003 01:13:00 -0000 1.122
+++ ipfw.8 5 May 2003 20:59:43 -0000
@@ -834,7 +834,8 @@
Matches IP packets whose destination port is one of the port(s)
specified as argument.
.It Cm established
-Matches TCP packets that have the RST or ACK bits set.
+Matches TCP packets that have the ACK bit (or
+SYN + ACK bits during initial connection establishment) set.
.It Cm frag
Matches packets that are fragments and not the first
fragment of an IP datagram. Note that these packets will not have
Best Regards,
jpb
===
More information about the freebsd-doc
mailing list