svn commit: r44064 - head/en_US.ISO8859-1/books/fdp-primer/working-copy

Warren Block wblock at FreeBSD.org
Wed Feb 26 02:34:00 UTC 2014


Author: wblock
Date: Wed Feb 26 02:33:59 2014
New Revision: 44064
URL: http://svnweb.freebsd.org/changeset/doc/44064

Log:
  Restore <replaceable> tags lost in the DocBook 5 conversion.

Modified:
  head/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml

Modified: head/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml	Wed Feb 26 01:35:59 2014	(r44063)
+++ head/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml	Wed Feb 26 02:33:59 2014	(r44064)
@@ -98,12 +98,12 @@
       copy of the latest version (<literal>head</literal>) of
       the main documentation tree:</para>
 
-    <screen>&prompt.user; <userinput>svn checkout https://svn0.us-west.FreeBSD.org/doc/head ~/doc</userinput></screen>
+    <screen>&prompt.user; <userinput>svn checkout <replaceable>https://svn0.us-west.FreeBSD.org/doc/head</replaceable> <replaceable>~/doc</replaceable></userinput></screen>
 
     <para>A checkout of the source code to work on manual pages is
       very similar:</para>
 
-    <screen>&prompt.user; <userinput>svn checkout https://svn0.us-west.FreeBSD.org/base/head ~/src</userinput></screen>
+    <screen>&prompt.user; <userinput>svn checkout <replaceable>https://svn0.us-west.FreeBSD.org/base/head</replaceable> <replaceable>~/src</replaceable></userinput></screen>
   </sect1>
 
   <sect1 xml:id="working-copy-updating">
@@ -118,7 +118,7 @@
       <command>svn update</command> on the directory containing the
       local working copy:</para>
 
-    <screen>&prompt.user; <userinput>svn update ~/doc</userinput></screen>
+    <screen>&prompt.user; <userinput>svn update <replaceable>~/doc</replaceable></userinput></screen>
 
     <para>Get in the protective habit of using
       <command>svn update</command> before editing document files.
@@ -152,8 +152,8 @@
       by redirecting the output of <command>svn diff</command> into a
       file:</para>
 
-    <screen>&prompt.user; <userinput>cd ~/doc</userinput>
-&prompt.user; <userinput>svn diff > doc-fix-spelling.diff</userinput></screen>
+    <screen>&prompt.user; <userinput>cd <replaceable>~/doc</replaceable></userinput>
+&prompt.user; <userinput>svn diff > <replaceable>doc-fix-spelling.diff</replaceable></userinput></screen>
 
     <para>Give the file a meaningful name that identifies the
       contents.  The example above is for spelling fixes to the whole
@@ -172,8 +172,8 @@
       be submitted yet, provide a list of only the files that are to
       be included:</para>
 
-    <screen>&prompt.user; <userinput>cd ~/doc</userinput>
-&prompt.user; <userinput>svn diff disks/chapter.xml printers/chapter.xml > disks-printers.diff</userinput></screen>
+    <screen>&prompt.user; <userinput>cd <replaceable>~/doc</replaceable></userinput>
+&prompt.user; <userinput>svn diff <replaceable>disks/chapter.xml printers/chapter.xml</replaceable> > <replaceable>disks-printers.diff</replaceable></userinput></screen>
   </sect1>
 
   <sect1 xml:id="working-copy-subversion-references">


More information about the svn-doc-all mailing list