From nobody@FreeBSD.org  Sun Sep 19 19:15:43 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 918B5106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 19 Sep 2010 19:15:43 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 810068FC1A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 19 Sep 2010 19:15:43 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o8JJFhN3056987
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 19 Sep 2010 19:15:43 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o8JJFhbf056986;
	Sun, 19 Sep 2010 19:15:43 GMT
	(envelope-from nobody)
Message-Id: <201009191915.o8JJFhbf056986@www.freebsd.org>
Date: Sun, 19 Sep 2010 19:15:43 GMT
From: Bruce Cran <bruce@cran.org.uk>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [handbook] ipfw docs: rule number is optional, not mandatory
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         150736
>Category:       docs
>Synopsis:       [handbook] ipfw docs: rule number is optional, not mandatory
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ryusuke
>State:          closed
>Quarter:        
>Keywords:       handbook
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 19 19:20:01 UTC 2010
>Closed-Date:    Fri Apr 15 12:50:42 UTC 2011
>Last-Modified:  Fri Apr 15 12:50:42 UTC 2011
>Originator:     Bruce Cran
>Release:        N/A
>Organization:
>Environment:
N/A
>Description:
In http://www.freebsd.org/doc/handbook/firewalls-ipfw.html section 30.6.5.1.2 says that the rule number is mandatory:

Each rule has to have a rule number to go with it.

The rule number is actually optional.

Also, in 30.6.5 "TCP/IP" is shown as an acrynym but the title is empty: 

Each <acronym class="ACRONYM" title="">TCP/IP</acronym> service
>How-To-Repeat:
Visit http://www.freebsd.org/doc/handbook/firewalls-ipfw.html
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->pgj 
Responsible-Changed-By: pgj 
Responsible-Changed-When: Sun Sep 19 19:41:55 UTC 2010 
Responsible-Changed-Why:  
Grab. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150736 
Responsible-Changed-From-To: pgj->freebsd-doc 
Responsible-Changed-By: pgj 
Responsible-Changed-When: Sun Nov 28 12:30:41 UTC 2010 
Responsible-Changed-Why:  
Back to the pool. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150736 
Responsible-Changed-From-To: freebsd-doc->ryusuke 
Responsible-Changed-By: ryusuke 
Responsible-Changed-When: Wed Apr 6 16:25:04 UTC 2011 
Responsible-Changed-Why:  
I'll take this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150736 

From: Ryusuke SUZUKI <ryusuke@FreeBSD.org>
To: bruce@cran.org.uk, bug-followup@FreeBSD.org
Cc: ryusuke@FreeBSD.org
Subject: Re: docs/150736: [handbook] ipfw docs: rule number is optional,
 not mandatory
Date: Mon, 11 Apr 2011 22:43:41 +0900 (JST)

 Hi, Bruce-san,
 
 Thanks for reporting docs/150736.
 
 How about follwoing change for the description about 30.6.5.1.2 RULE_NUMBER ?
 
   Each rule has to have a rule number to go with it.
 
  ->
 
   Each rule is associated with a rule_number in the range 1..65535.
 
 
 This sentence is taken from ipfw(8) :)
 
 I will commit this patch on Apr. 14, if you have no objection.
 
 Regards,
   Ryusuke
 
 --------------------------------------------------------------------
 @@ -2483,8 +2483,8 @@
  	<sect4>
  	  <title>RULE_NUMBER</title>
  
 -	  <para>Each rule has to have a rule number to go with
 -	    it.</para>
 +	  <para>Each rule is associated with a rule_number in the range
 +	    1..65535.</para>
  	</sect4>
  
  	<sect4>

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/150736: commit references a PR
Date: Thu, 14 Apr 2011 14:35:59 +0000 (UTC)

 ryusuke     2011-04-14 14:35:46 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/handbook/firewalls chapter.sgml 
   Log:
   Update the description of RULE_NUMBER.
   
   PR: docs/150736
   Reported by: brucec@
   
   Revision  Changes    Path
   1.96      +2 -2      doc/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: ryusuke 
State-Changed-When: Fri Apr 15 12:49:54 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

With regard to the title attribute of the acronym entity, 
this attribute is not used in the FreeBSD handbook. 

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