From sku@cox.net  Tue Apr 13 18:05:23 2004
Return-Path: <sku@cox.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6B1D216A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Apr 2004 18:05:23 -0700 (PDT)
Received: from fed1rmmtao01.cox.net (fed1rmmtao01.cox.net [68.230.241.38])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3973F43D31
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Apr 2004 18:05:23 -0700 (PDT)
	(envelope-from sku@cox.net)
Received: from nightfall.cox.net ([68.107.140.104]) by fed1rmmtao01.cox.net
          (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP
          id <20040414010521.ZVZJ16555.fed1rmmtao01.cox.net@nightfall.cox.net>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Tue, 13 Apr 2004 21:05:21 -0400
Received: by nightfall.cox.net (Postfix, from userid 1000)
	id E2EBB3138; Tue, 13 Apr 2004 17:05:22 -0700 (MST)
Message-Id: <20040414000522.E2EBB3138@nightfall.cox.net>
Date: Tue, 13 Apr 2004 17:05:22 -0700 (MST)
From: Jesus R.Camou <jcamou@malexa.org>
Reply-To: Jesus@cox.net, "R.Camou <jcamou"@malexa.org
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] update article content
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         65514
>Category:       docs
>Synopsis:       [patch] update article content
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 13 18:10:06 PDT 2004
>Closed-Date:    Wed Apr 14 05:33:16 PDT 2004
>Last-Modified:  Wed Apr 14 05:33:16 PDT 2004
>Originator:     Jesus R. Camou
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD nightfall.cox.net 4.9-STABLE FreeBSD 4.9-STABLE #9: Sun Mar 28 18:47:06 MST 2004 root@nightfall.cox.net:/usr/obj/usr/src/sys/NIGHTFALL i386


>Description:
	
	Use &rel.current; and &rel2.current; instead of release number.
	This way it will automatically updates the article when freebsd.ent
	is updated.  The article is currently stating that 5.2-RELEASE 
	is the current release.

>How-To-Repeat:

>Fix:

Index: article.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/articles/hubs/article.sgml,v
retrieving revision 1.46
diff -u -r1.46 article.sgml
--- article.sgml	4 Apr 2004 21:38:33 -0000	1.46
+++ article.sgml	14 Apr 2004 00:58:28 -0000
@@ -9,6 +9,8 @@
 %mailing-lists;
 <!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
 %trademarks;
+<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
+%freebsd;
 <!ENTITY % not.published "IGNORE">
 ]>
 
@@ -80,10 +82,10 @@
         complete. The CVS repository and the web pages should
         always be mirrored completely. Also note that the
         numbers stated here are reflecting the current
-        state (at 4.9-RELEASE/5.2-RELEASE). Further development and
-        releases will only increase the required amount.
-        Also make sure to keep some (ca. 10-20%) extra space
-        around just to be sure.
+        state (at &rel2.current;-RELEASE/&rel.current;-RELEASE). 
+	Further development and releases will only increase the
+	required amount.  Also make sure to keep some (ca. 10-20%)
+        extra space around just to be sure.
         Here are some approximate figures:
       </para>
       <itemizedlist>
>Release-Note:
>Audit-Trail:

From: Marc Fonvieille <blackend@FreeBSD.org>
To: Jesus@cox.net, "R.Camou <jcamou"@malexa.org
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: docs/65514: [patch] update article content
Date: Wed, 14 Apr 2004 08:55:35 +0200

 On Tue, Apr 13, 2004 at 05:05:22PM -0700, Jesus R.Camou wrote:
 [...]
 > 
 >  
 > @@ -80,10 +82,10 @@
 >          complete. The CVS repository and the web pages should
 >          always be mirrored completely. Also note that the
 >          numbers stated here are reflecting the current
 > -        state (at 4.9-RELEASE/5.2-RELEASE). Further development and
 > -        releases will only increase the required amount.
 > -        Also make sure to keep some (ca. 10-20%) extra space
 > -        around just to be sure.
 > +        state (at &rel2.current;-RELEASE/&rel.current;-RELEASE). 
 > +	Further development and releases will only increase the
 > +	required amount.  Also make sure to keep some (ca. 10-20%)
 > +        extra space around just to be sure.
 >          Here are some approximate figures:
 
 You mixed content changes and useless wrapline changes, the right diff
 would be
 
 -        state (at 4.9-RELEASE/5.2-RELEASE). Further development and
 +        state (at &rel2.current;-RELEASE/&rel.current;-RELEASE). Further development and
 
 Marc
State-Changed-From-To: open->closed 
State-Changed-By: blackend 
State-Changed-When: Wed Apr 14 05:32:00 PDT 2004 
State-Changed-Why:  
I committed a sligthly different version of your patch, removing useless 
part.  Thanks. 

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