From pali.gabor@googlemail.com  Tue May 20 17:47:52 2008
Return-Path: <pali.gabor@googlemail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 631B71065671
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 May 2008 17:47:52 +0000 (UTC)
	(envelope-from pali.gabor@googlemail.com)
Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.191])
	by mx1.freebsd.org (Postfix) with ESMTP id E98BF8FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 May 2008 17:47:51 +0000 (UTC)
	(envelope-from pali.gabor@googlemail.com)
Received: by gv-out-0910.google.com with SMTP id n8so419692gve.39
        for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 May 2008 10:47:50 -0700 (PDT)
Received: by 10.125.105.7 with SMTP id h7mr7517633mkm.29.1211305670058;
        Tue, 20 May 2008 10:47:50 -0700 (PDT)
Received: from pgj@FreeBSD.org ( [80.99.205.120])
        by mx.google.com with ESMTPS id f31sm1088536fkf.5.2008.05.20.10.47.48
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Tue, 20 May 2008 10:47:49 -0700 (PDT)
Received: by pgj@FreeBSD.org (sSMTP sendmail emulation); Tue, 20 May 2008 19:47:47 +0200
Message-Id: <48330ec5.1f205e0a.2bde.ffff9317@mx.google.com>
Date: Tue, 20 May 2008 19:47:47 +0200
From: "Gabor PALI" <pgj@FreeBSD.org>
Sender: =?UTF-8?B?UMOBTEkgR8OhYm9yIErDoW5vcw==?= <pali.gabor@googlemail.com>
Reply-To: Gabor PALI <pgj@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] Fix <replaceable> Tags in Article linux-users
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         123841
>Category:       docs
>Synopsis:       [patch] Fix <replaceable> Tags in Article linux-users
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gabor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 20 17:50:07 UTC 2008
>Closed-Date:    Sun May 25 15:20:50 UTC 2008
>Last-Modified:  Sun May 25 15:20:50 UTC 2008
>Originator:     Gabor PALI
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD disznohal 6.3-STABLE FreeBSD 6.3-STABLE #4: Fri Apr 4 23:29:43 CEST 2008 dezzy@disznohal:/usr/obj/usr/src/sys/GENERIC_ i386

>Description:
	I found possible old-style markups for emphasizing replaceable
	components in commands in the article titled ``FreeBSD
	Quickstart Guide for Linux Users''. They are marked up by
	&lt; and &gt; entities, but in my humble opinion they should be
	enclosed by <replaceable> tags.

>How-To-Repeat:

>Fix:

--- articles.linux-users.patch.2.diff begins here ---
Index: article.sgml
===================================================================
RCS file: /doc/en_US.ISO8859-1/articles/linux-users/article.sgml,v
retrieving revision 1.2
diff -u -r1.2 article.sgml
--- article.sgml	14 Apr 2008 13:08:18 -0000	1.2
+++ article.sgml	20 May 2008 17:29:59 -0000
@@ -511,14 +511,14 @@
 
 	    <tbody>
 	      <row>
-		<entry><command>yum install &lt;package&gt;</command> / <command>apt-get install &lt;package&gt;</command></entry>
-		<entry><command>pkg_add -r &lt;package&gt;</command></entry>
-		<entry>Install &lt;package&gt; from remote repository</entry>
+		<entry><command>yum install <replaceable>package</replaceable></command> / <command>apt-get install <replaceable>package</replaceable></command></entry>
+		<entry><command>pkg_add -r <replaceable>package</replaceable></command></entry>
+		<entry>Install <replaceable>package</replaceable> from remote repository</entry>
 	      </row>
 
 	      <row>
-		<entry><command>rpm -ivh &lt;package&gt;</command> / <command>dpkg -i &lt;package&gt;</command></entry>
-		<entry><command>pkg_add -v &lt;package&gt;</command></entry>
+		<entry><command>rpm -ivh <replaceable>package</replaceable></command> / <command>dpkg -i <replaceable>package</replaceable></command></entry>
+		<entry><command>pkg_add -v <replaceable>package</replaceable></command></entry>
 		<entry>Install package</entry>
 	      </row>
 
--- articles.linux-users.patch.2.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->gabor 
Responsible-Changed-By: pgj 
Responsible-Changed-When: Wed May 21 03:07:23 UTC 2008 
Responsible-Changed-Why:  
Takes. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/123841: commit references a PR
Date: Sun, 25 May 2008 15:19:05 +0000 (UTC)

 gabor       2008-05-25 15:18:57 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/articles/linux-users article.sgml 
   Log:
   - Improve markup by using replaceable element instead of enclosing the text
     into < and > signs
   
   PR:             docs/123841
   Submitted by:   pgj
   
   Revision  Changes    Path
   1.4       +5 -5      doc/en_US.ISO8859-1/articles/linux-users/article.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: gabor 
State-Changed-When: Sun May 25 15:20:18 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

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