summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorkre <kre@NetBSD.org>2018-07-28 14:00:19 +0000
committerkre <kre@NetBSD.org>2018-07-28 14:00:19 +0000
commit59a92d025c46786be68946f5d15bda616eaacf4c (patch)
treec2fe4e887550d770dfa35dffd7c0a65273c6c6f0 /lib
parent7ef00842f69d16f1e6d4464a3a96c2c9457c07a9 (diff)
PR lib/53477 (rudolf at eq.cz) - correct an obvious mistake.
Diffstat (limited to 'lib')
-rw-r--r--lib/libpthread/pthread_cond.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/pthread_cond.3 b/lib/libpthread/pthread_cond.3
index 741543a7292..0091ab95314 100644
--- a/lib/libpthread/pthread_cond.3
+++ b/lib/libpthread/pthread_cond.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_cond.3,v 1.8 2017/10/22 16:37:24 abhinav Exp $
+.\" $NetBSD: pthread_cond.3,v 1.9 2018/07/28 14:00:19 kre Exp $
.\"
.\" Copyright (c) 2002, 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -128,7 +128,7 @@ The difference between
and
.Fn pthread_cond_signal
is that the former unblocks all threads waiting for the condition variable,
-whereas the latter blocks only one waiting thread.
+whereas the latter unblocks only one waiting thread.
If no threads are waiting on
.Fa cond ,
neither function has any effect.