From 476883d7856d5be29b345b5c3f3406361c8783c3 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 28 Apr 2014 13:04:59 +0200 Subject: [PATCH] sched_setaffinity.2: Small changes consistent with migration of content to sched(7) Signed-off-by: Michael Kerrisk --- man2/sched_setaffinity.2 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/man2/sched_setaffinity.2 b/man2/sched_setaffinity.2 index 4078b8880..080fbe7d0 100644 --- a/man2/sched_setaffinity.2 +++ b/man2/sched_setaffinity.2 @@ -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)