sched_setparam.2: ERRORS: Add EINVAL for invalid arguments

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-13 08:53:10 +02:00
parent 5529e47bf2
commit 7181635a60
1 changed files with 7 additions and 0 deletions

View File

@ -96,6 +96,13 @@ is set appropriately.
.SH ERRORS
.TP
.B EINVAL
Invalid arguments:
.I param
is NULL or
.I pid
is negative
.TP
.B EINVAL
.RB ( sched_setparam ())
The argument \fIparam\fP does not make sense for the current
scheduling policy.