- 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:
parent
2c90cb7f44
commit
e0676e6a78
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46008
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@
|
|||
<para>When using &man.sh.1; on &os; 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; 8.x, run this:</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue