aboutsummaryrefslogtreecommitdiffstats
path: root/man3/pthread_setaffinity_np.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_setaffinity_np.3')
-rw-r--r--man3/pthread_setaffinity_np.38
1 files changed, 4 insertions, 4 deletions
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.