- address command-line issue in jail building section

http://lists.freebsd.org/pipermail/freebsd-doc/2014-November/024583.html

Differential Revision:	https://reviews.freebsd.org/D1205
Reported by:	david.orourke@gmail.com
Approved by:	bcr (mentor)
This commit is contained in:
Jason Helfman 2014-11-21 18:17:32 +00:00
parent 2c90cb7f44
commit e0676e6a78
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46008

View file

@ -240,7 +240,7 @@
<para>When using &man.sh.1; on &os;&nbsp;9.x and newer, issue this
command:</para>
<screen>&prompt.root; <userinput>for <replaceable>sets</replaceable> in BASE DOC GAMES PORTS; do (tar -xf /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST/$<replaceable>sets</replaceable>.TXZ -C $DESTDIR</userinput></screen>
<screen>&prompt.root; <userinput>for <replaceable>sets</replaceable> in BASE DOC GAMES PORTS; do (tar -xf /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST/$<replaceable>sets</replaceable>.TXZ -C $DESTDIR) ; done</userinput></screen>
<para>When using &os;&nbsp;8.x, run this:</para>