Date: Mon, 28 Apr 2014 20:17:10 +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: r44680 - head/en_US.ISO8859-1/articles/nanobsd Message-ID: <201404282017.s3SKHAVk020308@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404282017.s3SKHAVk020308>