diff options
author | 2012-02-24 06:35:27 +0000 | |
---|---|---|
committer | 2012-02-24 06:35:27 +0000 | |
commit | 3ae4633b44d1aa2b97c32e4792ec66e0ff4dcdff (patch) | |
tree | 50d6a8509e1cc7c4a44d889a5aec300201cab9e4 /lib/libpthread/man/pthread_mutex_unlock.3 | |
parent | Correct the spelling of "transferred" and "transferring" (diff) | |
download | wireguard-openbsd-3ae4633b44d1aa2b97c32e4792ec66e0ff4dcdff.tar.xz wireguard-openbsd-3ae4633b44d1aa2b97c32e4792ec66e0ff4dcdff.zip |
now that pthread_mutex_trylock.3 has been folded into pthread_mutex_lock.3,
don;t list both pages in SEE ALSO;
Diffstat (limited to 'lib/libpthread/man/pthread_mutex_unlock.3')
-rw-r--r-- | lib/libpthread/man/pthread_mutex_unlock.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libpthread/man/pthread_mutex_unlock.3 b/lib/libpthread/man/pthread_mutex_unlock.3 index d0c3bc87ce1..42f62732eca 100644 --- a/lib/libpthread/man/pthread_mutex_unlock.3 +++ b/lib/libpthread/man/pthread_mutex_unlock.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_mutex_unlock.3,v 1.8 2007/05/31 19:19:37 jmc Exp $ +.\" $OpenBSD: pthread_mutex_unlock.3,v 1.9 2012/02/24 06:35:27 jmc Exp $ .\" .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. @@ -29,7 +29,7 @@ .\" .\" $FreeBSD: pthread_mutex_unlock.3,v 1.5 1999/08/28 00:03:08 peter Exp $ .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: February 24 2012 $ .Dt PTHREAD_MUTEX_UNLOCK 3 .Os .Sh NAME @@ -66,8 +66,7 @@ The current thread does not hold a lock on .Sh SEE ALSO .Xr pthread_mutex_destroy 3 , .Xr pthread_mutex_init 3 , -.Xr pthread_mutex_lock 3 , -.Xr pthread_mutex_trylock 3 +.Xr pthread_mutex_lock 3 .Sh STANDARDS .Fn pthread_mutex_unlock conforms to |