summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2009-12-22 13:49:37 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2009-12-22 13:49:37 +0000
commit136eb8e25ecfa41162261914c72aa3bb4b07ba48 (patch)
tree64af0aabe6b99b06b457bc06f496be79e9e25895 /lib/libc
parent63d6d2e07447f775ab234e97609f3568d3611db0 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/cpuset.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/cpuset.2 b/lib/libc/sys/cpuset.2
index c07f8d9a7812..fb9a7709cd24 100644
--- a/lib/libc/sys/cpuset.2
+++ b/lib/libc/sys/cpuset.2
@@ -96,7 +96,7 @@ The
.Fa which
argument may have the following values:
.Bl -column CPU_WHICH_CPUSET -offset indent
-.It Dv CPU_WHICH_TID Ta "id is lpwid_t (thread id)"
+.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_CPUSET Ta "id is a cpusetid_t (cpuset id)"
.It Dv CPU_WHICH_IRQ Ta "id is an irq number"
@@ -209,7 +209,7 @@ The calling process did not have the credentials required to complete the
operation.
.It Bq Er ENFILE
There was no free
-.Fn cpusetid_t
+.Ft cpusetid_t
for allocation.
.El
.Sh SEE ALSO