From be4f5cb1e3baef420efc4abd2fd976e3876f4031 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 18 Apr 2015 10:41:23 +0200 Subject: [PATCH] pthread_create.3: CONFORMING TO: add POSIX.1-2008 Signed-off-by: Michael Kerrisk --- man3/pthread_create.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/pthread_create.3 b/man3/pthread_create.3 index 407b1c06f..858bb4824 100644 --- a/man3/pthread_create.3 +++ b/man3/pthread_create.3 @@ -164,7 +164,7 @@ T} Thread safety MT-Safe .TE .SH CONFORMING TO -POSIX.1-2001. +POSIX.1-2001, POSIX.1-2008. .SH NOTES See .BR pthread_self (3)