diff options
author | alex <alex@FreeBSD.org> | 1998-08-03 00:58:37 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1998-08-03 00:58:37 +0000 |
commit | 5d69d2598bbfb0adafe1ac98710aab14ab1d8c2e (patch) | |
tree | b799a059cbefba84ca4ff79939b3b86427266657 /lib/libc_r/man/pthread_mutex_trylock.3 | |
parent | 9f99cda1260d8113f225474b4440e5a05854b74a (diff) | |
download | FreeBSD-src-5d69d2598bbfb0adafe1ac98710aab14ab1d8c2e.zip FreeBSD-src-5d69d2598bbfb0adafe1ac98710aab14ab1d8c2e.tar.gz |
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
Diffstat (limited to 'lib/libc_r/man/pthread_mutex_trylock.3')
-rw-r--r-- | lib/libc_r/man/pthread_mutex_trylock.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/man/pthread_mutex_trylock.3 b/lib/libc_r/man/pthread_mutex_trylock.3 index 3ba235e..0360999 100644 --- a/lib/libc_r/man/pthread_mutex_trylock.3 +++ b/lib/libc_r/man/pthread_mutex_trylock.3 @@ -68,6 +68,6 @@ is already locked. .Xr pthread_mutex_destroy 3 .Sh STANDARDS .Fn pthread_mutex_trylock -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. |