pthread_setschedprio.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:16 +02:00
parent c0bda60d57
commit 20b7991d09
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ No thread with the ID
.I thread
could be found.
.PP
POSIX.1-2001 also documents an
POSIX.1 also documents an
.B ENOTSUP
("attempt was made to set the priority
to an unsupported value") error for
@ -93,7 +93,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 priority,