aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2014-03-17 14:19:42 +0000
committerRobert Watson <rwatson@FreeBSD.org>2014-03-17 14:19:42 +0000
commit994e8550e649d12b27f13354faf3d98e66b1c01b (patch)
tree4c57c03ca95910610eed5fae9ad86269becab2f7 /usr.sbin
parent4f4ee43a1b7fab8e770725f81c4b9a0dbbb3fefd (diff)
downloadsrc-994e8550e649d12b27f13354faf3d98e66b1c01b.tar.gz
src-994e8550e649d12b27f13354faf3d98e66b1c01b.zip
Line-wrapping tweak: make the sample jail command line fit in 80 characters.
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=263266
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/jail/jail.85
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.