Bug 65514

Summary: [patch] update article content
Product: Documentation Reporter: Jesus R.Camou <jcamou>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Jesus R.Camou 2004-04-14 02:10:06 UTC
	
	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.
Comment 1 Marc Fonvieille freebsd_committer freebsd_triage 2004-04-14 07:55:35 UTC
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
Comment 2 Marc Fonvieille freebsd_committer freebsd_triage 2004-04-14 13:32:00 UTC
State Changed
From-To: open->closed

I committed a sligthly different version of your patch, removing useless 
part.  Thanks.