aboutsummaryrefslogtreecommitdiffstats
path: root/man2/sched_setaffinity.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-11-04 16:36:45 -0500
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-11-04 16:36:45 -0500
commit4187c37c681752a1d356d12de31cc83d3a9987dd (patch)
tree936f242085ab70abb429b227d901b14e09d84132 /man2/sched_setaffinity.2
parent40bea7025b8d32221f2b712851a3190a49de516e (diff)
downloadman-pages-4187c37c681752a1d356d12de31cc83d3a9987dd.tar.gz
sched_setaffinity.2: SEE ALSO: Add pthread_setaffinity_np(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/sched_setaffinity.2')
-rw-r--r--man2/sched_setaffinity.23
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/sched_setaffinity.2 b/man2/sched_setaffinity.2
index 2f3f60e187..8ad12bebd2 100644
--- a/man2/sched_setaffinity.2
+++ b/man2/sched_setaffinity.2
@@ -30,7 +30,7 @@
.\" migration and that CPU affinity is a per-thread attribute.
.\" 2006-02-03 mtk -- Major rewrite
.\"
-.TH SCHED_SETAFFINITY 2 2008-07-09 "Linux" "Linux Programmer's Manual"
+.TH SCHED_SETAFFINITY 2 2008-11-04 "Linux" "Linux Programmer's Manual"
.SH NAME
sched_setaffinity, sched_getaffinity, CPU_CLR, CPU_ISSET, CPU_SET, CPU_ZERO \
\- set and get a process's CPU affinity mask
@@ -227,4 +227,5 @@ represent the CPU set bit mask.
.BR sched_setscheduler (2),
.BR setpriority (2),
.BR capabilities (7),
+.BR pthread_setaffinity_np (3),
.BR cpuset (7)