summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2012-03-04 07:23:56 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2012-03-04 07:23:56 +0000
commitcc3e636fcdde3ac7dad8f079c60a20ac55f816d4 (patch)
tree4bdf5f301df4ee7db6195540c925243bb58239d3
parent6983d27754ca0e26acbb1698b01f2c80c55ca4d9 (diff)
add sem_timedwait to NAME;
-rw-r--r--lib/libpthread/man/sem_wait.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libpthread/man/sem_wait.3 b/lib/libpthread/man/sem_wait.3
index 45a07a23f5b..019994b006f 100644
--- a/lib/libpthread/man/sem_wait.3
+++ b/lib/libpthread/man/sem_wait.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sem_wait.3,v 1.7 2012/03/03 22:48:42 guenther Exp $
+.\" $OpenBSD: sem_wait.3,v 1.8 2012/03/04 07:23:55 jmc Exp $
.\"
.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>.
.\" All rights reserved.
@@ -28,11 +28,12 @@
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD: src/lib/libc_r/man/sem_wait.3,v 1.8 2001/10/01 16:09:09 ru Exp $
-.Dd $Mdocdate: March 3 2012 $
+.Dd $Mdocdate: March 4 2012 $
.Dt SEM_WAIT 3
.Os
.Sh NAME
.Nm sem_wait ,
+.Nm sem_timedwait ,
.Nm sem_trywait
.Nd decrement (lock) a semaphore
.Sh SYNOPSIS