sched_setaffinity.2: SEE ALSO: add taskset

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-02-12 00:38:14 +01:00
parent f9c94e467b
commit 06885b96a8
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@
.\" 2008-11-12, mtk, removed CPU_*() macro descriptions to a
.\" separate CPU_SET(3) page.
.\"
.TH SCHED_SETAFFINITY 2 2010-11-06 "Linux" "Linux Programmer's Manual"
.TH SCHED_SETAFFINITY 2 2013-02-11 "Linux" "Linux Programmer's Manual"
.SH NAME
sched_setaffinity, sched_getaffinity \- \
set and get a process's CPU affinity mask
@ -215,6 +215,7 @@ represent the CPU set bit mask.
.SH "SEE ALSO"
.ad l
.nh
.BR taskset (1),
.BR clone (2),
.BR getcpu (2),
.BR getpriority (2),