summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorrumble <rumble@NetBSD.org>2009-07-02 19:43:06 +0000
committerrumble <rumble@NetBSD.org>2009-07-02 19:43:06 +0000
commitb222d9680bfe246fbfed92e3675cd999d4147112 (patch)
treeb798eea2ed6cfbb5aabbab75e4e5b9c7f2876020 /lib/libpthread
parent9044aa4f92de9534b30cf30fb208c037d5c498c6 (diff)
"unblocks the mutex" -> "unlocks the mutex"
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/pthread_cond_wait.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/pthread_cond_wait.3 b/lib/libpthread/pthread_cond_wait.3
index 50010cbb3db..5a497abf109 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.12 2009/01/11 02:46:48 christos Exp $
+.\" $NetBSD: pthread_cond_wait.3,v 1.13 2009/07/02 19:43:06 rumble Exp $
.\"
.\" Copyright (c) 2002, 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -72,7 +72,7 @@ The
function atomically blocks the current thread waiting on the condition
variable specified by
.Fa cond ,
-and unblocks the mutex specified by
+and unlocks the mutex specified by
.Fa mutex .
The waiting thread unblocks after another thread calls
.Xr pthread_cond_signal 3 ,
@@ -90,7 +90,7 @@ The
function atomically blocks the current thread waiting on the condition
variable specified by
.Fa cond ,
-and unblocks the mutex specified by
+and unlocks the mutex specified by
.Fa mutex .
The waiting thread unblocks after another thread calls
.Xr pthread_cond_signal 3 ,