diff options
| -rw-r--r-- | man2/sched_setaffinity.2 | 3 |
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) |
