summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2012-02-24 06:35:28 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2012-02-24 06:35:28 +0000
commit08ce5af37f74fd71507c15d1695d4b108b4d86ef (patch)
treea18f571a87ab5e6d033b2f7f3a42e9baebb8a445 /lib
parent5684b0ff2799cac6658e9e66d3dc150030aaf083 (diff)
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')
-rw-r--r--lib/libpthread/man/pthread_mutex_destroy.35
-rw-r--r--lib/libpthread/man/pthread_mutex_init.35
-rw-r--r--lib/libpthread/man/pthread_mutex_unlock.37
-rw-r--r--lib/libpthread/man/pthreads.35
4 files changed, 9 insertions, 13 deletions
diff --git a/lib/libpthread/man/pthread_mutex_destroy.3 b/lib/libpthread/man/pthread_mutex_destroy.3
index 164eb7da8b5..b0fe8e8922a 100644
--- a/lib/libpthread/man/pthread_mutex_destroy.3
+++ b/lib/libpthread/man/pthread_mutex_destroy.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_mutex_destroy.3,v 1.8 2007/05/31 19:19:37 jmc Exp $
+.\" $OpenBSD: pthread_mutex_destroy.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_destroy.3,v 1.5 1999/08/28 00:03:07 peter Exp $
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 24 2012 $
.Dt PTHREAD_MUTEX_DESTROY 3
.Os
.Sh NAME
@@ -64,7 +64,6 @@ is locked by another thread.
.Sh SEE ALSO
.Xr pthread_mutex_init 3 ,
.Xr pthread_mutex_lock 3 ,
-.Xr pthread_mutex_trylock 3 ,
.Xr pthread_mutex_unlock 3
.Sh STANDARDS
.Fn pthread_mutex_destroy
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
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
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 ,