sched_setparam.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:05:28 +02:00
parent 476883d785
commit 515fc14694
1 changed files with 6 additions and 8 deletions

View File

@ -27,7 +27,7 @@
.\" revision
.\" Modified 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.TH SCHED_SETPARAM 2 2013-09-17 "Linux" "Linux Programmer's Manual"
.TH SCHED_SETPARAM 2 2014-04-28 "Linux" "Linux Programmer's Manual"
.SH NAME
sched_setparam, sched_getparam \- set and get scheduling parameters
.SH SYNOPSIS
@ -55,7 +55,7 @@ the argument \fIparam\fP depends on the scheduling
policy of the process identified by
.IR pid .
See
.BR sched_setscheduler (2)
.BR sched (7)
for a description of the scheduling policies supported under Linux.
.BR sched_getparam ()
@ -75,7 +75,7 @@ and
For a discussion of the privileges and resource limits related to
scheduling priority and policy, see
.BR sched_setscheduler (2).
.BR sched (7).
POSIX systems on which
.BR sched_setparam ()
@ -114,7 +114,7 @@ POSIX.1-2001.
Scheduling parameters are in fact per-thread
attributes on Linux;
see
.BR sched_setscheduler (2).
.BR sched (7).
.SH SEE ALSO
.ad l
.nh
@ -127,7 +127,5 @@ see
.BR sched_setaffinity (2),
.BR sched_setscheduler (2),
.BR setpriority (2),
.BR capabilities (7)
.PP
.I Programming for the real world \- POSIX.4
by Bill O. Gallmeister, O'Reilly & Associates, Inc., ISBN 1-56592-074-0.
.BR capabilities (7),
.BR sched (7)