]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
pthread_attr_setschedpolicy.3: CONFORMING TO: add POSIX.1-2008
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 18 Apr 2015 08:39:15 +0000 (10:39 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 24 Jul 2015 07:32:10 +0000 (09:32 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/pthread_attr_setschedpolicy.3

index e7ee93238da233d073784e3fd7d05e3bec2db621..c442ce687a8d186d4edfd125648081031acabe6b 100644 (file)
@@ -91,7 +91,7 @@ can fail with the following error:
 Invalid value in
 .IR policy .
 .PP
-POSIX.1-2001 also documents an optional
+POSIX.1 also documents an optional
 .B ENOTSUP
 error ("attempt was made to set the attribute to an unsupported value") for
 .BR pthread_attr_setschedpolicy ().
@@ -111,7 +111,7 @@ T{
 T}     Thread safety   MT-Safe
 .TE
 .SH CONFORMING TO
-POSIX.1-2001.
+POSIX.1-2001, POSIX.1-2008.
 .SH EXAMPLE
 See
 .BR pthread_setschedparam (3).