sched_setaffinity.2: Small changes consistent with migration of content to

sched(7)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-28 13:04:59 +02:00
parent 5f8e64185b
commit 476883d785
1 changed files with 4 additions and 3 deletions

View File

@ -31,7 +31,7 @@
.\" 2008-11-12, mtk, removed CPU_*() macro descriptions to a
.\" separate CPU_SET(3) page.
.\"
.TH SCHED_SETAFFINITY 2 2013-09-17 "Linux" "Linux Programmer's Manual"
.TH SCHED_SETAFFINITY 2 2014-04-28 "Linux" "Linux Programmer's Manual"
.SH NAME
sched_setaffinity, sched_getaffinity \- \
set and get a thread's CPU affinity mask
@ -172,7 +172,7 @@ is being used.
These restrictions on the actual set of CPUs on which the thread
will run are silently imposed by the kernel.
.BR sched_setscheduler (2)
.BR sched (7)
has a description of the Linux scheduling scheme.
.PP
The affinity mask is a per-thread attribute that can be
@ -229,4 +229,5 @@ represent the CPU set bit mask.
.BR pthread_setaffinity_np (3),
.BR sched_getcpu (3),
.BR capabilities (7),
.BR cpuset (7)
.BR cpuset (7),
.BR sched (7)