summaryrefslogtreecommitdiffstats
path: root/usr.sbin/jail
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2014-03-17 14:19:42 +0000
committerrwatson <rwatson@FreeBSD.org>2014-03-17 14:19:42 +0000
commit3395c22f24c217d3db44a207cb27e1e6ae20fa0a (patch)
tree4c57c03ca95910610eed5fae9ad86269becab2f7 /usr.sbin/jail
parentf5f6c3f801ae6098078d67e3fc24f29522cb1226 (diff)
downloadFreeBSD-src-3395c22f24c217d3db44a207cb27e1e6ae20fa0a.zip
FreeBSD-src-3395c22f24c217d3db44a207cb27e1e6ae20fa0a.tar.gz
Line-wrapping tweak: make the sample jail command line fit in 80 characters.
MFC after: 3 days
Diffstat (limited to 'usr.sbin/jail')
-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 4a16e9a..8ebe210 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.
OpenPOWER on IntegriCloud