getpriority.2: SEE ALSO: add sched(7)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-28 13:02:43 +02:00
parent 624a173bbe
commit 645e6d6416
1 changed files with 3 additions and 2 deletions

View File

@ -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)