Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2014 17:02:50 +0000
From:      "David O'Rourke" <david.orourke@gmail.com>
To:        freebsd-doc@FreeBSD.org
Subject:   Broken command in section 15.3 of the FreeBSD Handbook
Message-ID:  <1416502970.1409926.193424285.33ED1868@webmail.messagingengine.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1416502970.1409926.193424285.33ED1868>