docs/123841: [patch] Fix <replaceable> Tags in Article linux-users

Gabor PALI pgj at FreeBSD.org
Tue May 20 17:50:07 UTC 2008


>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 at 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
	< and > 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 <package></command> / <command>apt-get install <package></command></entry>
-		<entry><command>pkg_add -r <package></command></entry>
-		<entry>Install <package> 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 <package></command> / <command>dpkg -i <package></command></entry>
-		<entry><command>pkg_add -v <package></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:



More information about the freebsd-doc mailing list