sched_setscheduler.2: ERRORS: add EINVAL case for pid < 0

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-13 08:56:47 +02:00
parent 7181635a60
commit 94417494b3
1 changed files with 2 additions and 0 deletions

View File

@ -146,6 +146,8 @@ is set appropriately.
.TP
.B EINVAL
The scheduling \fIpolicy\fP is not one of the recognized policies,
.I pid
is negative,
\fIparam\fP is NULL,
or \fIparam\fP does not make sense for the \fIpolicy\fP.
.TP