summaryrefslogtreecommitdiffstats
path: root/usr.sbin/jail
diff options
context:
space:
mode:
authorjamie <jamie@FreeBSD.org>2010-08-06 22:06:12 +0000
committerjamie <jamie@FreeBSD.org>2010-08-06 22:06:12 +0000
commit94aa0856b20dcf5a4113d4857128a63927c65c49 (patch)
treea1d407536968f658f41679d643dd2eb4f48929de /usr.sbin/jail
parent37e8c8fb796862a417445ab52d57b8bd3a3e133a (diff)
downloadFreeBSD-src-94aa0856b20dcf5a4113d4857128a63927c65c49.zip
FreeBSD-src-94aa0856b20dcf5a4113d4857128a63927c65c49.tar.gz
Note that a jail without a command parameter will be persistent,
instead of explicitly requiring one of "command" or "persist". MFC after: 3 days
Diffstat (limited to 'usr.sbin/jail')
-rw-r--r--usr.sbin/jail/jail.810
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8
index a8056ba..2969f17 100644
--- a/usr.sbin/jail/jail.8
+++ b/usr.sbin/jail/jail.8
@@ -34,7 +34,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 17, 2010
+.Dd August 6, 2010
.Dt JAIL 8
.Os
.Sh NAME
@@ -333,11 +333,11 @@ where the jail's chroot directory is located.
Setting this boolean parameter allows a jail to exist without any
processes.
Normally, a jail is destroyed as its last process exits.
-A new jail must have either the
-.Va persist
-parameter or
+A new jail created without processes (i.e. the
.Va command
-pseudo-parameter set.
+pseudo-parameter) will automatically have
+.Va persist
+set.
.It Va cpuset.id
The ID of the cpuset associated with this jail (read-only).
.It Va dying
OpenPOWER on IntegriCloud