diff options
author | ru <ru@FreeBSD.org> | 2004-01-15 16:13:49 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-01-15 16:13:49 +0000 |
commit | a33865242f09e374f5e93d6a498d25f32afb660c (patch) | |
tree | ab10b41dfcaf8269c86cdf438b811ebebbec06bb | |
parent | 74b508f8feda05d81126d20afe7e307522a34c6a (diff) | |
download | FreeBSD-src-a33865242f09e374f5e93d6a498d25f32afb660c.zip FreeBSD-src-a33865242f09e374f5e93d6a498d25f32afb660c.tar.gz |
Removed the IMPLEMENTATION NOTES section made redundant by not
putting libc_r into the LIBRARY section.
-rw-r--r-- | share/man/man3/pthread_mutex_timedlock.3 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/share/man/man3/pthread_mutex_timedlock.3 b/share/man/man3/pthread_mutex_timedlock.3 index 52c1638..a42b158 100644 --- a/share/man/man3/pthread_mutex_timedlock.3 +++ b/share/man/man3/pthread_mutex_timedlock.3 @@ -50,15 +50,6 @@ specified by abs_timeout, expires. The time of the timeout is an absolute time and is not relative to the current time. -.Sh IMPLEMENTATION NOTES -The -.Fn pthread_mutex_timedlock -function is only available in -.Lb libpthread -and -.Lb libthr . -This function is not implemented in -.Lb libc_r . .Sh RETURN VALUES If successful, .Fn pthread_mutex_timedlock |