svn commit: r44229 - head/en_US.ISO8859-1/books/handbook/mirrors

Warren Block wblock at FreeBSD.org
Fri Mar 14 02:25:38 UTC 2014


Author: wblock
Date: Fri Mar 14 02:25:37 2014
New Revision: 44229
URL: http://svnweb.freebsd.org/changeset/doc/44229

Log:
  Restore <replaceable> tags.

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

Modified: head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml	Fri Mar 14 02:13:48 2014	(r44228)
+++ head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml	Fri Mar 14 02:25:37 2014	(r44229)
@@ -500,7 +500,7 @@ Comment out for now until these can be v
       <para>A checkout from a given repository is performed with a
 	command like this:</para>
 
-      <screen>&prompt.root; <userinput>svn checkout svn-mirror/repository/branch lwcdir</userinput></screen>
+      <screen>&prompt.root; <userinput>svn checkout <replaceable>svn-mirror</replaceable>/<replaceable>repository</replaceable>/<replaceable>branch</replaceable> <replaceable>lwcdir</replaceable></userinput></screen>
 
       <para>where:</para>
 
@@ -555,7 +555,7 @@ Comment out for now until these can be v
 	present but was not created by <command>svn</command>,
 	remember to rename or delete it before the checkout.</para>
 
-      <screen>&prompt.root; <userinput>svn checkout https://svn0.us-west.FreeBSD.org/ports/head /usr/ports</userinput></screen>
+      <screen>&prompt.root; <userinput>svn checkout <replaceable>https://svn0.us-west.FreeBSD.org</replaceable>/ports/head /usr/ports</userinput></screen>
 
       <para>Because the initial checkout has to download the full
 	branch of the remote repository, it can take a while.  Please
@@ -564,7 +564,7 @@ Comment out for now until these can be v
       <para>After the initial checkout, the local working copy can be
 	updated by running:</para>
 
-      <screen>&prompt.root; <userinput>svn update lwcdir</userinput></screen>
+      <screen>&prompt.root; <userinput>svn update <replaceable>lwcdir</replaceable></userinput></screen>
 
       <para>To update
 	<filename>/usr/ports</filename> created in


More information about the svn-doc-all mailing list