aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-11-12 13:47:08 -0500
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-11-13 08:56:56 -0500
commit8e223af2e3149eab10491a91e66b9eca65164a5c (patch)
tree265c055b229a8093f9ad2f25350a7af5514994b8 /man3
parent1e68d71623c1f11763e2ff65b0e27907298f2fb5 (diff)
downloadman-pages-8e223af2e3149eab10491a91e66b9eca65164a5c.tar.gz
pthread_attr_setaffinity_np.3, pthread_setaffinity_np.3: Update to reflect new location of CPU_*() documentation
The CPU_*() macros are now documented in CPU_SET.3; update to reflect that fact. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
-rw-r--r--man3/pthread_attr_setaffinity_np.310
-rw-r--r--man3/pthread_setaffinity_np.38
2 files changed, 9 insertions, 9 deletions
diff --git a/man3/pthread_attr_setaffinity_np.3 b/man3/pthread_attr_setaffinity_np.3
index c4cabaf6be..3003e0355a 100644
--- a/man3/pthread_attr_setaffinity_np.3
+++ b/man3/pthread_attr_setaffinity_np.3
@@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH PTHREAD_ATTR_SETAFFINITY_NP 3 2008-11-05 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_ATTR_SETAFFINITY_NP 3 2008-11-12 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_attr_setaffinity_np, pthread_attr_getaffinity_np \- set/get
CPU affinity of a thread
@@ -67,11 +67,11 @@ The constant
specifies a value one greater than the
maximum CPU number that can be stored in a CPU set.
-For more details on CPU affinity masks,
-as well as a description of a set of macros
+For more details on CPU affinity masks, see
+.BR sched_setaffinity (2).
+For a description of a set of macros
that can be used to manipulate and inspect CPU sets, see
-.BR sched_setaffinity (2)
-for details.
+.BR CPU_SET (3).
.SH RETURN VALUE
On success, these functions return 0;
on error, they return a non-zero error number.
diff --git a/man3/pthread_setaffinity_np.3 b/man3/pthread_setaffinity_np.3
index e7baa922bd..090a8e2753 100644
--- a/man3/pthread_setaffinity_np.3
+++ b/man3/pthread_setaffinity_np.3
@@ -66,11 +66,11 @@ The constant
specifies a value one greater than the
maximum CPU number that can be stored in a CPU set.
-For more details on CPU affinity masks,
-as well as a description of a set of macros
+For more details on CPU affinity masks, see
+.BR sched_setaffinity (2).
+For a description of a set of macros
that can be used to manipulate and inspect CPU sets, see
-.BR sched_setaffinity (2)
-for details.
+.BR CPU_SET (3).
.SH RETURN VALUE
On success, these functions return 0;
on error, they return a non-zero error number.