sched_setscheduler.2: ERRORS: mark errors that apply just to sched_setscheduler()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-13 09:04:11 +02:00
parent b61826c0e7
commit 6a6dd34494
1 changed files with 2 additions and 0 deletions

View File

@ -152,10 +152,12 @@ is negative or
is NULL.
.TP
.B EINVAL
.RB ( sched_setscheduler ())
.I policy
is not one of the recognized policies.
.TP
.B EINVAL
.RB ( sched_setscheduler ())
.I param
does not make sense for the specified
.IR policy .