pthread_setschedparam.3: CONFORMING TO: add POSIX.1-2008

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-18 10:44:06 +02:00
parent 5f339bd9f1
commit c0bda60d57
1 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ does not make sense for the
The caller does not have appropriate privileges
to set the specified scheduling policy and parameters.
.PP
POSIX.1-2001 also documents an
POSIX.1 also documents an
.B ENOTSUP
("attempt was made to set the policy or scheduling parameters
to an unsupported value") error for
@ -152,7 +152,7 @@ T{
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
POSIX.1-2001.
POSIX.1-2001, POSIX.1-2008.
.SH NOTES
For a description of the permissions required to, and the effect of,
changing a thread's scheduling policy and priority,