diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2014-03-17 14:19:42 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2014-03-17 14:19:42 +0000 |
| commit | 994e8550e649d12b27f13354faf3d98e66b1c01b (patch) | |
| tree | 4c57c03ca95910610eed5fae9ad86269becab2f7 /usr.sbin | |
| parent | 4f4ee43a1b7fab8e770725f81c4b9a0dbbb3fefd (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/jail/jail.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index 4a16e9aba5e8..8ebe210c9c8c 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -898,8 +898,9 @@ or for running a virtual server. .Pp Start a shell in the jail: .Bd -literal -offset indent -jail -c path=/data/jail/testjail mount.devfs host.hostname=testhostname \\ - ip4.addr=192.0.2.100 command=/bin/sh +jail -c path=/data/jail/testjail mount.devfs \\ + host.hostname=testhostname ip4.addr=192.0.2.100 \\ + command=/bin/sh .Ed .Pp Assuming no errors, you will end up with a shell prompt within the jail. |
