Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 2003 14:10:12 -0700 (PDT)
From:      Jim Brown <jpb@sixshooter.v6.thrupoint.net>
To:        freebsd-doc@FreeBSD.org
Subject:   Re: docs/50391: [PATCH] Incorrect information in a man
Message-ID:  <200305052110.h45LACjk003126@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/50391; it has been noted by GNATS.

From: Jim Brown <jpb@sixshooter.v6.thrupoint.net>
To: freebsd-gnats-submit@FreeBSD.org, root@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@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
 ===
 
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305052110.h45LACjk003126>