Module Name:    src
Committed By:   kre
Date:           Sat Jul 28 14:00:19 UTC 2018

Modified Files:
        src/lib/libpthread: pthread_cond.3

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libpthread/pthread_cond.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libpthread/pthread_cond.3
diff -u src/lib/libpthread/pthread_cond.3:1.8 src/lib/libpthread/pthread_cond.3:1.9
--- src/lib/libpthread/pthread_cond.3:1.8	Sun Oct 22 16:37:24 2017
+++ src/lib/libpthread/pthread_cond.3	Sat Jul 28 14:00:19 2018
@@ -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.

Reply via email to