| Summary: | jail(8) man page has innacurate instructions. | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Philip Hallstrom <philip> |
| Component: | Books & Articles | Assignee: | Poul-Henning Kamp <phk> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Philip Hallstrom
2001-07-19 22:00:00 UTC
Responsible Changed From-To: freebsd-bugs->phk Over to the author. I think the originator requests a line of enhancement like this. Index: src/usr.sbin/jail/jail.8 =================================================================== RCS file: /home/ncvs/src/usr.sbin/jail/jail.8,v retrieving revision 1.28 diff -u -r1.28 jail.8 --- src/usr.sbin/jail/jail.8 2001/07/15 08:02:00 1.28 +++ src/usr.sbin/jail/jail.8 2001/07/21 10:59:36 @@ -59,6 +59,7 @@ This shows how to setup a jail directory tree: .Bd -literal D=/here/is/the/jail +mkdir -p $D cd /usr/src make world DESTDIR=$D cd etc State Changed From-To: open->patched Fixed in rev 1.33. MFC reminder. State Changed From-To: patched->closed Fixed by Johan K and jedgar, thanks guys! |