aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJamie Gritton <jamie@FreeBSD.org>2010-08-08 23:24:23 +0000
committerJamie Gritton <jamie@FreeBSD.org>2010-08-08 23:24:23 +0000
commit743149d2ab78d08958cfe0217bbccbe011655dd2 (patch)
treea7d7686e3188b6a53986c8f00972b385dcb21fbb /usr.sbin
parent4affa14c8108bf6d2605c1c41d9234237415444b (diff)
downloadsrc-743149d2ab78d08958cfe0217bbccbe011655dd2.tar.gz
src-743149d2ab78d08958cfe0217bbccbe011655dd2.zip
Back out r210975, which changed documentation to match the now backed-out
r210974.
Notes
Notes: svn path=/head/; revision=211086
Diffstat (limited to 'usr.sbin')
-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 2969f17c2e19..a8056ba170b6 100644
--- a/usr.sbin/jail/jail.8
+++ b/usr.sbin/jail/jail.8
@@ -34,7 +34,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 6, 2010
+.Dd January 17, 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 created without processes (i.e. the
-.Va command
-pseudo-parameter) will automatically have
+A new jail must have either the
.Va persist
-set.
+parameter or
+.Va command
+pseudo-parameter set.
.It Va cpuset.id
The ID of the cpuset associated with this jail (read-only).
.It Va dying