document _JAIL as a possible option to set a cpuset for a jail..

MFC after:	3 days
This commit is contained in:
John-Mark Gurney 2014-02-15 07:01:45 +00:00
parent f0ea3689a9
commit ad6a53db5f

View File

@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd January 8, 2010
.Dd February 14, 2014
.Dt CPUSET 2
.Os
.Sh NAME
@ -98,6 +98,7 @@ argument may have the following values:
.Bl -column CPU_WHICH_CPUSET -offset indent
.It Dv CPU_WHICH_TID Ta "id is lwpid_t (thread id)"
.It Dv CPU_WHICH_PID Ta "id is pid_t (process id)"
.It Dv CPU_WHICH_JAIL Ta "id is jid (jail id)"
.It Dv CPU_WHICH_CPUSET Ta "id is a cpusetid_t (cpuset id)"
.It Dv CPU_WHICH_IRQ Ta "id is an irq number"
.El