diff options
author | Alexander Langer <alex@FreeBSD.org> | 1998-08-03 00:58:37 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 1998-08-03 00:58:37 +0000 |
commit | 8ac3b85e63a7379bfff505cc3483fda96446a688 (patch) | |
tree | 65043b1a9d4d39fd66c03f250c24268139549f22 /lib/libc_r/man/pthread_once.3 | |
parent | b4ff1b7295fb35340c2b2592a7a28579fcc4a0ed (diff) |
The pthreads standard has been published. Change:
...is expected to conform to IEEE (``POSIX'') Std 1003.1c when it is
published.
to:
...conforms to ISO/IEC 9945-1 ANSI/IEEE (``POSIX'') Std 1003.1 Second
Edition 1996-07-12.
Discussed with: jb
Notes
Notes:
svn path=/head/; revision=38028
Diffstat (limited to 'lib/libc_r/man/pthread_once.3')
-rw-r--r-- | lib/libc_r/man/pthread_once.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/man/pthread_once.3 b/lib/libc_r/man/pthread_once.3 index bbd823b8b5c8..fc50d56bf25a 100644 --- a/lib/libc_r/man/pthread_once.3 +++ b/lib/libc_r/man/pthread_once.3 @@ -95,6 +95,6 @@ None. .Pp .Sh STANDARDS .Fn pthread_once -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. |