summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthread_mutex_init.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/pthread_mutex_init.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/pthread_mutex_init.3')
-rw-r--r--lib/libpthread/man/pthread_mutex_init.35
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_mutex_init.3 b/lib/libpthread/man/pthread_mutex_init.3
index 7124535bde6..cc7cfc4e6ac 100644
--- a/lib/libpthread/man/pthread_mutex_init.3
+++ b/lib/libpthread/man/pthread_mutex_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_mutex_init.3,v 1.10 2007/05/31 19:19:37 jmc Exp $
+.\" $OpenBSD: pthread_mutex_init.3,v 1.11 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_init.3,v 1.6 1999/08/28 00:03:07 peter Exp $
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 24 2012 $
.Dt PTHREAD_MUTEX_INIT 3
.Os
.Sh NAME
@@ -69,7 +69,6 @@ The process cannot allocate enough memory to create another mutex.
.Sh SEE ALSO
.Xr pthread_mutex_destroy 3 ,
.Xr pthread_mutex_lock 3 ,
-.Xr pthread_mutex_trylock 3 ,
.Xr pthread_mutex_unlock 3
.Sh STANDARDS
.Fn pthread_mutex_init