svn commit: r44386 - head/en_US.ISO8859-1/books/handbook/desktop

Warren Block wblock at FreeBSD.org
Sun Mar 30 02:23:31 UTC 2014


Author: wblock
Date: Sun Mar 30 02:23:31 2014
New Revision: 44386
URL: http://svnweb.freebsd.org/changeset/doc/44386

Log:
  Recover lost <replaceable> tags.

Modified:
  head/en_US.ISO8859-1/books/handbook/desktop/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/desktop/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/desktop/chapter.xml	Sun Mar 30 02:18:48 2014	(r44385)
+++ head/en_US.ISO8859-1/books/handbook/desktop/chapter.xml	Sun Mar 30 02:23:31 2014	(r44386)
@@ -802,7 +802,7 @@
       <para>Once the package is installed, type the following command
 	to launch <application>Apache OpenOffice</application>:</para>
 
-      <screen>&prompt.user; <userinput>openoffice-X.Y.Z</userinput></screen>
+      <screen>&prompt.user; <userinput>openoffice-<replaceable>X.Y.Z</replaceable></userinput></screen>
 
       <para>where <replaceable>X.Y.Z</replaceable> is the version
 	number of the installed version of <application>Apache
@@ -824,7 +824,7 @@
 	<para>To build a localized version, replace the previous
 	  command with:</para>
 
-	<screen>&prompt.root; <userinput>make LOCALIZED_LANG=your_language install clean</userinput></screen>
+	<screen>&prompt.root; <userinput>make LOCALIZED_LANG=<replaceable>your_language</replaceable> install clean</userinput></screen>
 
 	<para>Replace
 	  <replaceable>your_language</replaceable> with the correct


More information about the svn-doc-head mailing list