summaryrefslogtreecommitdiffstats
path: root/share/man/man3
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 /share/man/man3
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 'share/man/man3')
-rw-r--r--share/man/man3/pthread_affinity_np.33
-rw-r--r--share/man/man3/pthread_attr_affinity_np.33
2 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man3/pthread_affinity_np.3 b/share/man/man3/pthread_affinity_np.3
index 95128c8..359ce95 100644
--- a/share/man/man3/pthread_affinity_np.3
+++ b/share/man/man3/pthread_affinity_np.3
@@ -49,7 +49,7 @@ allow the manipulation of sets of CPUs available to the specified thread.
Masks of type
.Ft cpuset_t
are composed using the
-.Xr CPU_SET 3
+.Dv CPU_SET
macros.
The kernel tolerates large sets as long as all CPUs specified
in the set exist.
@@ -123,7 +123,6 @@ operation.
.Xr cpuset 2 ,
.Xr cpuset_getid 2 ,
.Xr cpuset_setid 2 ,
-.Xr CPU_SET 3 ,
.Xr pthread 3 ,
.Xr pthread_attr_getaffinity_np 3 ,
.Xr pthread_attr_setaffinity_np 3
diff --git a/share/man/man3/pthread_attr_affinity_np.3 b/share/man/man3/pthread_attr_affinity_np.3
index 8813f1a..fa1e6bb 100644
--- a/share/man/man3/pthread_attr_affinity_np.3
+++ b/share/man/man3/pthread_attr_affinity_np.3
@@ -50,7 +50,7 @@ functions allow the manipulation of sets of CPUs available to the specified thre
Masks of type
.Ft cpuset_t
are composed using the
-.Xr CPU_SET 3
+.Dv CPU_SET
macros.
The kernel tolerates large sets as long as all CPUs specified
in the set exist.
@@ -132,7 +132,6 @@ Insufficient memory exists to store the cpuset mask.
.Xr cpuset 2 ,
.Xr cpuset_getid 2 ,
.Xr cpuset_setid 2 ,
-.Xr CPU_SET 3 ,
.Xr pthread_get_affinity_np 3 ,
.Xr pthread_set_affinity_np 3
.Sh STANDARDS
OpenPOWER on IntegriCloud