Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpthread PR lib/53477 (rudolf at eq.cz) - correct an o...



details:   https://anonhg.NetBSD.org/src/rev/4655d7b9142a
branches:  trunk
changeset: 834111:4655d7b9142a
user:      kre <kre%NetBSD.org@localhost>
date:      Sat Jul 28 14:00:19 2018 +0000

description:
PR lib/53477 (rudolf at eq.cz) - correct an obvious mistake.

diffstat:

 lib/libpthread/pthread_cond.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5631ded7a5be -r 4655d7b9142a lib/libpthread/pthread_cond.3
--- a/lib/libpthread/pthread_cond.3     Sat Jul 28 13:55:08 2018 +0000
+++ b/lib/libpthread/pthread_cond.3     Sat Jul 28 14:00:19 2018 +0000
@@ -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 @@
 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.



Home | Main Index | Thread Index | Old Index