diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-04-03 09:12:19 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-04-03 09:12:19 +0000 |
| commit | 4d2c1d2306f9bf8197b7321352fa2a82ae10e1a6 (patch) | |
| tree | 79b17cd15b6e8ecae945243e072bb8eda31776f0 | |
| parent | bb8a4204244b527f583dd037bdbbb8e1d88eed63 (diff) | |
Notes
| -rw-r--r-- | lib/libc_r/man/pthread_join.3 | 6 | ||||
| -rw-r--r-- | lib/libpthread/man/pthread_join.3 | 6 | ||||
| -rw-r--r-- | share/man/man3/pthread_join.3 | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/lib/libc_r/man/pthread_join.3 b/lib/libc_r/man/pthread_join.3 index cabf319c08f4..1c1321622d26 100644 --- a/lib/libc_r/man/pthread_join.3 +++ b/lib/libc_r/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 diff --git a/lib/libpthread/man/pthread_join.3 b/lib/libpthread/man/pthread_join.3 index cabf319c08f4..1c1321622d26 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 diff --git a/share/man/man3/pthread_join.3 b/share/man/man3/pthread_join.3 index cabf319c08f4..1c1321622d26 100644 --- a/share/man/man3/pthread_join.3 +++ b/share/man/man3/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 |
