diff options
Diffstat (limited to 'share/man/man3/pthread_key_create.3')
-rw-r--r-- | share/man/man3/pthread_key_create.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man3/pthread_key_create.3 b/share/man/man3/pthread_key_create.3 index 25165ce..c7c15fd 100644 --- a/share/man/man3/pthread_key_create.3 +++ b/share/man/man3/pthread_key_create.3 @@ -93,6 +93,6 @@ Insufficient memory exists to create the key. .Xr pthread_setspecific 3 .Sh STANDARDS .Fn pthread_key_create -is expected to conform to IEEE +conforms to ISO/IEC 9945-1 ANSI/IEEE .Pq Dq Tn POSIX -Std 1003.1c when it is published. +Std 1003.1 Second Edition 1996-07-12. |