Broken command in section 15.3 of the FreeBSD Handbook
Jason Helfman
bsd-src at helfman.org
Fri Nov 21 02:13:49 UTC 2014
> On Nov 20, 2014, at 9:02 AM, David O'Rourke <david.orourke at gmail.com> wrote:
>
> 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
> _______________________________________________
> freebsd-doc at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-doc
> To unsubscribe, send any mail to "freebsd-doc-unsubscribe at freebsd.org"
Thanks for the report. I'll be submitting a patch for this shortly to my mentors.
-jgh
More information about the freebsd-doc
mailing list