sched_setparam.2: Clarify that this system call applies to threads (not processes)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-08-08 14:55:59 +02:00
parent 81bd66daf4
commit fd524ab98b
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ of the calling process are retrieved.
.BR sched_setparam ()
checks the validity of \fIparam\fP for the scheduling policy of the
process.
thread.
The value \fIparam\->sched_priority\fP must lie within the
range given by
.BR sched_get_priority_min (2)