Index: en_US.ISO8859-1/books/handbook/jails/chapter.xml =================================================================== --- en_US.ISO8859-1/books/handbook/jails/chapter.xml +++ en_US.ISO8859-1/books/handbook/jails/chapter.xml @@ -242,7 +242,7 @@ When using &man.sh.1; on &os; 9.x and newer, issue this command: - &prompt.root; for sets in BASE DOC GAMES PORTS; do (tar -xf /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST/$sets.TXZ -C $DESTDIR) ; done + &prompt.root; for sets in BASE PORTS; do tar -xf /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST/$sets.TXZ -C $DESTDIR ; done When using &os; 8.x, run this: @@ -251,15 +251,15 @@ If csh/tcsh is used on &os; 9.x and newer, execute this command: - &prompt.root; foreach sets ( BASE DOC GAMES PORTS ) -tar -xf /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST/$sets.TXZ -C $DESTDIR -done + &prompt.root; foreach sets ( BASE PORTS ) +tar -xf /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST/$sets.TXZ -C $DESTDIR +end On &os; 8.x, run this command: &prompt.root; foreach dir ( base catpages dict doc games info manpages ports ) cd /mnt/8.4-RELEASE/$dir; ./install.sh -done +end The &man.jail.8; manual page explains the procedure for building a jail: