summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthreads.3
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2012-02-24 06:35:27 +0000
committerjmc <jmc@openbsd.org>2012-02-24 06:35:27 +0000
commit3ae4633b44d1aa2b97c32e4792ec66e0ff4dcdff (patch)
tree50d6a8509e1cc7c4a44d889a5aec300201cab9e4 /lib/libpthread/man/pthreads.3
parentCorrect the spelling of "transferred" and "transferring" (diff)
downloadwireguard-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/pthreads.3')
-rw-r--r--lib/libpthread/man/pthreads.35
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthreads.3 b/lib/libpthread/man/pthreads.3
index 462959cb381..0ec301121dd 100644
--- a/lib/libpthread/man/pthreads.3
+++ b/lib/libpthread/man/pthreads.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: pthreads.3,v 1.29 2008/12/18 09:30:32 guenther Exp $
+.\" $OpenBSD: pthreads.3,v 1.30 2012/02/24 06:35:27 jmc Exp $
.\" David Leonard <d@openbsd.org>, 1998. Public domain.
-.Dd $Mdocdate: December 18 2008 $
+.Dd $Mdocdate: February 24 2012 $
.Dt PTHREADS 3
.Os
.Sh NAME
@@ -521,7 +521,6 @@ environment variable.
.Xr pthread_mutex_destroy 3 ,
.Xr pthread_mutex_init 3 ,
.Xr pthread_mutex_lock 3 ,
-.Xr pthread_mutex_trylock 3 ,
.Xr pthread_mutex_unlock 3 ,
.Xr pthread_mutexattr 3 ,
.Xr pthread_once 3 ,