diff options
Diffstat (limited to 'lib/libpthread/man/pthread_join.3')
-rw-r--r-- | lib/libpthread/man/pthread_join.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_join.3 b/lib/libpthread/man/pthread_join.3 index cabf319..1c13216 100644 --- a/lib/libpthread/man/pthread_join.3 +++ b/lib/libpthread/man/pthread_join.3 @@ -1,4 +1,4 @@ -.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. +.\" Copyright (c) 1996-1998 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -95,6 +95,6 @@ specifies the calling thread. .Xr pthread_create 3 .Sh STANDARDS .Fn pthread_join -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-06-12 |