Date: Fri, 14 Mar 2014 02:25:38 +0000 (UTC) From: Warren Block <wblock@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44229 - head/en_US.ISO8859-1/books/handbook/mirrors Message-ID: <201403140225.s2E2PcJC021990@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403140225.s2E2PcJC021990>