svn commit: r44680 - head/en_US.ISO8859-1/articles/nanobsd

Warren Block wblock at FreeBSD.org
Mon Apr 28 20:17:10 UTC 2014


Author: wblock
Date: Mon Apr 28 20:17:09 2014
New Revision: 44680
URL: http://svnweb.freebsd.org/changeset/doc/44680

Log:
  Restore lost <replaceable> tags.

Modified:
  head/en_US.ISO8859-1/articles/nanobsd/article.xml

Modified: head/en_US.ISO8859-1/articles/nanobsd/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/nanobsd/article.xml	Mon Apr 28 20:16:30 2014	(r44679)
+++ head/en_US.ISO8859-1/articles/nanobsd/article.xml	Mon Apr 28 20:17:09 2014	(r44680)
@@ -151,7 +151,7 @@
       <para>A <application>NanoBSD</application> image is built using a
 	simple <filename>nanobsd.sh</filename> shell script, which can
 	be found in the
-	<filename>/usr/src/tools/tools/nanobsd</filename>
+	<filename><replaceable>/usr</replaceable>/src/tools/tools/nanobsd</filename>
 	directory.  This script creates an image, which can be copied on
 	the storage medium using the &man.dd.1; utility.</para>
 
@@ -479,7 +479,7 @@ get _.disk.image "| sh updatep1"</userin
 	    <para>At first, open a TCP listener on host serving the
 	      image and make it send the image to client:</para>
 
-	    <screen>myhost&prompt.root; <userinput>nc -l 2222 < _.disk.image</userinput></screen>
+	    <screen>myhost&prompt.root; <userinput>nc -l <replaceable>2222</replaceable> < _.disk.image</userinput></screen>
 
 	    <note>
 	      <para>Make sure that the used port is not blocked to
@@ -492,7 +492,7 @@ get _.disk.image "| sh updatep1"</userin
 	    <para>Connect to the host serving new image and execute
 	      <filename>updatep1</filename> script:</para>
 
-	    <screen>&prompt.root; <userinput>nc myhost 2222 | sh updatep1</userinput></screen>
+	    <screen>&prompt.root; <userinput>nc myhost <replaceable>2222</replaceable> | sh updatep1</userinput></screen>
 	  </step>
 	</procedure>
       </sect3>


More information about the svn-doc-all mailing list