aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/cpuset_getaffinity.2
diff options
context:
space:
mode:
authorJoel Dahl <joel@FreeBSD.org>2013-04-21 06:46:41 +0000
committerJoel Dahl <joel@FreeBSD.org>2013-04-21 06:46:41 +0000
commitcd088fc43a830569a0ccb99e377ec68d574f1e39 (patch)
tree8861df9ef7045fc7571f2a183c8bdec18b2dc2a3 /lib/libc/sys/cpuset_getaffinity.2
parent3527f6a9b11d00e1ed8553bb8b634ba9c3f7576b (diff)
downloadsrc-cd088fc43a830569a0ccb99e377ec68d574f1e39.tar.gz
src-cd088fc43a830569a0ccb99e377ec68d574f1e39.zip
Remove cross-references to nonexistent CPU_SET(3) manpage.
Also fix cpu_getaffinity(2) document title. PR: 176317 Submitted by: brucec
Notes
Notes: svn path=/head/; revision=249716
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 4fbbc4e851e2..93cfe95dae22 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