diff options
author | keramida <keramida@FreeBSD.org> | 2005-10-26 20:19:39 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2005-10-26 20:19:39 +0000 |
commit | 30682c89377e2570a7e827865780694a7926960c (patch) | |
tree | 20cfdea92dcc12fcbfe3885ebd67343eaee162f8 | |
parent | b4784d4ebf8d49c280b30a20a3288b503d76966d (diff) | |
download | FreeBSD-src-30682c89377e2570a7e827865780694a7926960c.zip FreeBSD-src-30682c89377e2570a7e827865780694a7926960c.tar.gz |
Note that the jail setup example is meant to be fed to sh(1), not csh(1).
PR: docs/87351
Submitted by: "Eli K. Breen" <bsd@unixforge.net>
Approved by: simon, brooks
MFC after: 3 days
-rw-r--r-- | usr.sbin/jail/jail.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index 53e9d36..0583f0e 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -110,10 +110,11 @@ Please see the man page for further details. .Sh EXAMPLES .Ss "Setting up a Jail Directory Tree" -This example shows how to set up a jail directory tree -containing an entire +To set up a jail directory tree containing an entire .Fx -distribution: +distribution, the following +.Xr sh 1 +command script can be used: .Bd -literal D=/here/is/the/jail cd /usr/src |