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>
This commit is contained in:
Michael Kerrisk 2008-11-12 13:47:08 -05:00
parent 1e68d71623
commit 8e223af2e3
2 changed files with 9 additions and 9 deletions

View File

@ -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.

View File

@ -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.