summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/cpuset_getaffinity.2
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2013-04-21 06:46:41 +0000
committerjoel <joel@FreeBSD.org>2013-04-21 06:46:41 +0000
commit3cd1c80381a50317f72aaf617ebe2b1ac115f48e (patch)
tree8861df9ef7045fc7571f2a183c8bdec18b2dc2a3 /lib/libc/sys/cpuset_getaffinity.2
parent45012758132df9b144e01721bb9d5d3380a5636b (diff)
downloadFreeBSD-src-3cd1c80381a50317f72aaf617ebe2b1ac115f48e.zip
FreeBSD-src-3cd1c80381a50317f72aaf617ebe2b1ac115f48e.tar.gz
Remove cross-references to nonexistent CPU_SET(3) manpage.
Also fix cpu_getaffinity(2) document title. PR: 176317 Submitted by: brucec
Diffstat (limited to 'lib/libc/sys/cpuset_getaffinity.2')
-rw-r--r--lib/libc/sys/cpuset_getaffinity.25
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/sys/cpuset_getaffinity.2 b/lib/libc/sys/cpuset_getaffinity.2
index 4fbbc4e..93cfe95 100644
--- a/lib/libc/sys/cpuset_getaffinity.2
+++ b/lib/libc/sys/cpuset_getaffinity.2
@@ -26,7 +26,7 @@
.\" $FreeBSD$
.\"
.Dd September 10, 2010
-.Dt CPUSET 2
+.Dt CPUSET_GETAFFINITY 2
.Os
.Sh NAME
.Nm cpuset_getaffinity ,
@@ -69,7 +69,7 @@ All resources, however, have a mask which may be manipulated with
Masks of type
.Ft cpuset_t
are composed using the
-.Xr CPU_SET 2
+.Dv CPU_SET
macros.
The kernel tolerates large sets as long as all CPUs specified
in the set exist.
@@ -152,7 +152,6 @@ operation.
.Xr cpuset 2 ,
.Xr cpuset_getid 2 ,
.Xr cpuset_setid 2 ,
-.Xr CPU_SET 3 ,
.Xr pthread_affinity_np 3 ,
.Xr pthread_attr_affinity_np 3
.Sh HISTORY
OpenPOWER on IntegriCloud