Broken command in section 15.3 of the FreeBSD Handbook

David O'Rourke david.orourke at gmail.com
Thu Nov 20 17:02:58 UTC 2014


Hi,

I was reading section 15.3 of the FreeBSD handbook
(https://www.freebsd.org/doc/handbook/jails-build.html) and it seems
that the command under the line

> When using sh(1) on FreeBSD 9.x and newer, issue this command:

is missing a little something. It currently says

> # for sets in BASE DOC GAMES PORTS; do (tar -xf /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST/$sets.TXZ -C $DESTDIR

I believe it should say:

> # for sets in BASE DOC GAMES PORTS; do (tar -xf /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST/$sets.TXZ -C $DESTDIR) ; done

Regards,

-- 
-David


More information about the freebsd-doc mailing list