Date: Sun, 8 Aug 2010 23:24:23 +0000 (UTC) From: Jamie Gritton <jamie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r211086 - head/usr.sbin/jail Message-ID: <201008082324.o78NONoW008462@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jamie Date: Sun Aug 8 23:24:23 2010 New Revision: 211086 URL: http://svn.freebsd.org/changeset/base/211086 Log: Back out r210975, which changed documentation to match the now backed-out r210974. Modified: head/usr.sbin/jail/jail.8 Modified: head/usr.sbin/jail/jail.8 ============================================================================== --- head/usr.sbin/jail/jail.8 Sun Aug 8 23:22:55 2010 (r211085) +++ head/usr.sbin/jail/jail.8 Sun Aug 8 23:24:23 2010 (r211086) @@ -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 loc 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008082324.o78NONoW008462>