sched.7: Minor wording improvement in text introducing system calls

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-27 15:19:05 +01:00
parent 94875d76d1
commit bac6ef74c2
1 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,9 @@
sched \- overview of CPU scheduling
.SH DESCRIPTION
.SS API summary
The Linux scheduling APIs are as follows:
Linux provides the following system calls for controlling
the CPU scheduling behavior, policy, and priority of processes
(or, more precisely, threads).
.TP
.BR sched_setscheduler (2)
Set the scheduling policy and parameters of a specified thread.