diff options
author | jamie <jamie@FreeBSD.org> | 2009-05-29 21:17:22 +0000 |
---|---|---|
committer | jamie <jamie@FreeBSD.org> | 2009-05-29 21:17:22 +0000 |
commit | 64785ac65985d6800df1bacd80b5a3ba30b36b27 (patch) | |
tree | 7bc614b15cd4df8d04c9a5b58dbbc890a1eeaba7 /usr.sbin | |
parent | 689dc365ddfa7658c045506c0fe78a40dff54ef3 (diff) | |
download | FreeBSD-src-64785ac65985d6800df1bacd80b5a3ba30b36b27.zip FreeBSD-src-64785ac65985d6800df1bacd80b5a3ba30b36b27.tar.gz |
Fix some inaccuracies in the extensible parameter addition.
Approved by: bz (mentor)
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/jail/jail.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index ee6ea0e..e631207 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). |