summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2008-05-26 08:43:08 +0000
committerwiz <wiz@NetBSD.org>2008-05-26 08:43:08 +0000
commite1070e84ea9d31f2dc7838bee59dd02d9f4bf7c8 (patch)
treef76d1b816b75288e75a3b4be6e6e7012efed9320 /lib/libpthread
parent5ae93b78568906b8799a927b65e5ca7e85993344 (diff)
Remove duplicate (pasto?) RETURN VALUES section.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/pthread_cond_wait.311
1 files changed, 2 insertions, 9 deletions
diff --git a/lib/libpthread/pthread_cond_wait.3 b/lib/libpthread/pthread_cond_wait.3
index cf3f470d957..3a6e81f9c03 100644
--- a/lib/libpthread/pthread_cond_wait.3
+++ b/lib/libpthread/pthread_cond_wait.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_cond_wait.3,v 1.8 2008/05/26 02:25:05 ad Exp $
+.\" $NetBSD: pthread_cond_wait.3,v 1.9 2008/05/26 08:43:08 wiz Exp $
.\"
.\" Copyright (c) 2002, 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -114,7 +114,7 @@ or
.Fn pthread_cond_timedwait
within a predicate loop that tests whether the thread should proceed.
.Pp
-When calling
+When calling
.Fn pthread_cond_wait
or
.Fn pthread_cond_timedwait ,
@@ -140,13 +140,6 @@ if the mutex is not held or independent mutexes are used the resulting
behaviour is undefined.
.Sh RETURN VALUES
If successful, the
-.Fn pthread_cond_broadcast
-and
-.Fn pthread_cond_signal
-functions will return zero, otherwise an error number will be returned
-to indicate the error.
-.Sh RETURN VALUES
-If successful, the
.Fn pthread_cond_wait
and
.Fn pthread_cond_timedwait