svn commit: r263266 - head/usr.sbin/jail

Robert Watson rwatson at FreeBSD.org
Mon Mar 17 14:19:42 UTC 2014


Author: rwatson
Date: Mon Mar 17 14:19:42 2014
New Revision: 263266
URL: http://svnweb.freebsd.org/changeset/base/263266

Log:
  Line-wrapping tweak: make the sample jail command line fit in 80 characters.
  
  MFC after:	3 days

Modified:
  head/usr.sbin/jail/jail.8

Modified: head/usr.sbin/jail/jail.8
==============================================================================
--- head/usr.sbin/jail/jail.8	Mon Mar 17 13:54:53 2014	(r263265)
+++ head/usr.sbin/jail/jail.8	Mon Mar 17 14:19:42 2014	(r263266)
@@ -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.


More information about the svn-src-all mailing list