> On Nov 20, 2014, at 9:02 AM, David O'Rourke <[email protected]> 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 > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-doc > To unsubscribe, send any mail to "[email protected]"
Thanks for the report. I'll be submitting a patch for this shortly to my mentors. -jgh _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[email protected]"
