From root@edcsm.jussieu.fr  Fri Mar 28 03:35:22 2003
Return-Path: <root@edcsm.jussieu.fr>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3D04637B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Mar 2003 03:35:22 -0800 (PST)
Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C619043FB1
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Mar 2003 03:35:20 -0800 (PST)
	(envelope-from root@edcsm.jussieu.fr)
Received: from mailhost.edcsm.jussieu.fr (bastet.edcsm.jussieu.fr [134.157.158.1])
          by shiva.jussieu.fr (8.12.8/jtpda-5.4) with ESMTP id h2SBZJZC042887
          for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Mar 2003 12:35:19 +0100 (CET)
Received: from isis.edcsm.jussieu.fr (isis.edcsm.jussieu.fr [134.157.158.35])
	by mailhost.edcsm.jussieu.fr (Postfix) with ESMTP
	id B8C9269B; Fri, 28 Mar 2003 12:35:18 +0100 (CET)
Received: from isis.edcsm.jussieu.fr (localhost.edcsm.jussieu.fr [127.0.0.1])
          by isis.edcsm.jussieu.fr (8.12.6/jtpda-5.4) with ESMTP id h2SBZI0e066339
          ; Fri, 28 Mar 2003 12:35:18 +0100 (CET)
Received: (from root@localhost)
	by isis.edcsm.jussieu.fr (8.12.6/8.12.6/Submit) id h2SBZHJV066338;
	Fri, 28 Mar 2003 12:35:17 +0100 (CET)
Message-Id: <200303281135.h2SBZHJV066338@isis.edcsm.jussieu.fr>
Date: Fri, 28 Mar 2003 12:35:17 +0100 (CET)
From: root@edcsm.jussieu.fr
Reply-To: root@edcsm.jussieu.fr
To: FreeBSD-gnats-submit@freebsd.org
Cc: root@edcsm.jussieu.fr
Subject: Incorrect information in a man
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         50391
>Category:       docs
>Synopsis:       Incorrect information in a man
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ceri
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 28 03:40:16 PST 2003
>Closed-Date:    Sat Mar 27 06:14:43 PST 2004
>Last-Modified:  Sat Mar 27 06:14:43 PST 2004
>Originator:     root
>Release:        all (I think)
>Organization:
Universite Paris 7
>Environment:
System: FreeBSD isis.edcsm.jussieu.fr 5.0-RELEASE-p6 FreeBSD 5.0-RELEASE-p6 #7: Sat Mar 22 17:20:01 CET 2003 root@isis.edcsm.jussieu.fr:/usr/obj/usr/src/sys/ISIS i386

>Description:
	
	In the man of ipfw command there are this information

	"established
             Matches TCP packets that have the RST or ACK bits set."

	I think it's wrong information because the established packets have ACK and SYN bits set. 
	And I think a packet with the ACK and RST bits is a very strange notion.
	But I'm not a TCP/IP specialist.
	If it's me not understand the man, for adavance I'm very sorry.

	Thanks you very much for you attention and your faboulous works
	

>How-To-Repeat:
	Juste type man ipfw
>Fix:

	maybe some vi ;-))

>Release-Note:
>Audit-Trail:

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
 ===
 
 
 

From: Christian Brueffer <chris@unixpages.org>
To: root@edcsm.jussieu.fr
Cc: FreeBSD-gnats-submit@freebsd.org,
	Jim Brown <jpb@sixshooter.v6.thrupoint.net>
Subject: Re: docs/50391: Incorrect information in a man
Date: Tue, 13 May 2003 23:22:17 +0200

 --YgGp9RfepglW4nsE
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Hi,
 
 I asked luigi@ to review this, here's his reply:
 
 ----
 "ACK bit set" includes already "SYN + ACK bit set" so the
 change seems unnecessary.
 ----
 
 What do you think?
 
 - Christian
 
 --=20
 Christian Brueffer	chris@unixpages.org	brueffer@FreeBSD.org
 GPG Key:	 http://people.freebsd.org/~brueffer/brueffer.key.asc
 GPG Fingerprint: A5C8 2099 19FF AACA F41B  B29B 6C76 178C A0ED 982D
 
 --YgGp9RfepglW4nsE
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.1 (FreeBSD)
 
 iD8DBQE+wWIJbHYXjKDtmC0RAvDfAKDVXrvAHZr7CcUd9pA5RObxDXbNaACg6npf
 F9ahWjgbiTmkSl6ohCfAPnc=
 =RzYa
 -----END PGP SIGNATURE-----
 
 --YgGp9RfepglW4nsE--
State-Changed-From-To: open->feedback 
State-Changed-By: hmp 
State-Changed-When: Sat May 17 18:09:38 PDT 2003 
State-Changed-Why:  
Submitter has been asked for feedback. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=50391 
State-Changed-From-To: feedback->patched 
State-Changed-By: ceri 
State-Changed-When: Mon Mar 22 13:24:46 PST 2004 
State-Changed-Why:  
I committed a clarification to -HEAD. 


Responsible-Changed-From-To: freebsd-doc->ceri 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Mon Mar 22 13:24:46 PST 2004 
Responsible-Changed-Why:  
My MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=50391 
State-Changed-From-To: patched->closed 
State-Changed-By: ceri 
State-Changed-When: Sat Mar 27 06:13:59 PST 2004 
State-Changed-Why:  
The commit was backed out in favour of the original, which it is felt is 
fine as it is.  Thanks for your submission. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=50391 
>Unformatted:
