aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-03-10 15:56:14 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-10 15:56:14 +0100
commit7d02e97e66d6df4699e7b5466de5ed8e64b808bc (patch)
tree35d89c9136082c144a93f44ad25ea0c3230d7a56
parent8a61b8f5db8e93c278a92c68e6e31f3c499989a9 (diff)
downloadman-pages-7d02e97e66d6df4699e7b5466de5ed8e64b808bc.tar.gz
pthread_setaffinity_np.3: SEE ALSO: add CPU_SET(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/pthread_setaffinity_np.31
1 files changed, 1 insertions, 0 deletions
diff --git a/man3/pthread_setaffinity_np.3 b/man3/pthread_setaffinity_np.3
index 268c2a6e67..3574d244ff 100644
--- a/man3/pthread_setaffinity_np.3
+++ b/man3/pthread_setaffinity_np.3
@@ -218,6 +218,7 @@ main(int argc, char *argv[])
.fi
.SH SEE ALSO
.BR sched_setaffinity (2),
+.BR CPU_SET (3).
.BR pthread_attr_setaffinity_np (3),
.BR pthread_self (3),
.BR sched_getcpu (3),