Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 2008 19:47:47 +0200
From:      "Gabor PALI" <pgj@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/123841: [patch] Fix <replaceable> Tags in Article linux-users
Message-ID:  <48330ec5.1f205e0a.2bde.ffff9317@mx.google.com>
Resent-Message-ID: <200805201750.m4KHo7OT001051@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         123841
>Category:       docs
>Synopsis:       [patch] Fix <replaceable> Tags in Article linux-users
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 20 17:50:07 UTC 2008
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48330ec5.1f205e0a.2bde.ffff9317>