From 645e6d6416107ead9b7b706478208f20328bd7bb Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 28 Apr 2014 13:02:43 +0200 Subject: [PATCH] getpriority.2: SEE ALSO: add sched(7) Signed-off-by: Michael Kerrisk --- man2/getpriority.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man2/getpriority.2 b/man2/getpriority.2 index a448a0f35..495b7e392 100644 --- a/man2/getpriority.2 +++ b/man2/getpriority.2 @@ -45,7 +45,7 @@ .\" FIXME Oct 2008: Denys Vlasenko is working on a PRIO_THREAD feature that .\" is likely to get included in mainline; this will need to be documented. .\" -.TH GETPRIORITY 2 2013-02-12 "Linux" "Linux Programmer's Manual" +.TH GETPRIORITY 2 2014-04-28 "Linux" "Linux Programmer's Manual" .SH NAME getpriority, setpriority \- get/set program scheduling priority .SH SYNOPSIS @@ -233,7 +233,8 @@ which may be made standards conformant in the future. .BR nice (1), .BR renice (1), .BR fork (2), -.BR capabilities (7) +.BR capabilities (7), +.BR sched (7) .I Documentation/scheduler/sched-nice-design.txt in the Linux kernel source tree (since Linux 2.6.23)