aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/jail/jail.8
diff options
context:
space:
mode:
authorJamie Gritton <jamie@FreeBSD.org>2009-05-29 21:17:22 +0000
committerJamie Gritton <jamie@FreeBSD.org>2009-05-29 21:17:22 +0000
commit88812d9e1dfe430d3387fb39f958373f40b079f2 (patch)
tree7bc614b15cd4df8d04c9a5b58dbbc890a1eeaba7 /usr.sbin/jail/jail.8
parenta0f163fd83d3ac56a3c9d8a5bf3ba4f03d9195c1 (diff)
downloadsrc-88812d9e1dfe430d3387fb39f958373f40b079f2.tar.gz
src-88812d9e1dfe430d3387fb39f958373f40b079f2.zip
Fix some inaccuracies in the extensible parameter addition.
Approved by: bz (mentor)
Notes
Notes: svn path=/head/; revision=193065
Diffstat (limited to 'usr.sbin/jail/jail.8')
-rw-r--r--usr.sbin/jail/jail.84
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8
index ee6ea0eb477d..e6312074e4a2 100644
--- a/usr.sbin/jail/jail.8
+++ b/usr.sbin/jail/jail.8
@@ -201,7 +201,7 @@ parameters aren't in this list, this mode will always create a new jail, and
the
.Fl c
and
-.Fl o
+.Fl m
options don't apply (and must not exist).
.Pp
Jails have a set a core parameters, and modules can add their own jail
@@ -298,7 +298,7 @@ A new jail must have either the
parameter or
.Va command
pseudo-parameter set.
-.It Va cpuset
+.It Va cpuset.id
The ID of the cpuset associated with this jail (read-only).
.It Va dying
This is true if the jail is in the process of shutting down (read-only).