summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbrd <brd@FreeBSD.org>2006-02-16 09:56:31 +0000
committerbrd <brd@FreeBSD.org>2006-02-16 09:56:31 +0000
commitee6a29f33466b51768bf5381551929d9d01b7ff7 (patch)
tree71cfa2c6c98b16fde4839f757d9d3496219be38b /share
parent98d9669e851b7782878dd6bdc0ddaeec1b2afe4b (diff)
downloadFreeBSD-src-ee6a29f33466b51768bf5381551929d9d01b7ff7.zip
FreeBSD-src-ee6a29f33466b51768bf5381551929d9d01b7ff7.tar.gz
- Massage wording to make it easier to understand and fix some grammar.
Submitted by: sbahra at gwu dot edu Reviewed by: ru@ Approved by: ceri@ MFC after: 3 days
Diffstat (limited to 'share')
-rw-r--r--share/man/man3/pthread_cond_wait.34
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man3/pthread_cond_wait.3 b/share/man/man3/pthread_cond_wait.3
index e3c8340..773acfd 100644
--- a/share/man/man3/pthread_cond_wait.3
+++ b/share/man/man3/pthread_cond_wait.3
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 28, 1998
+.Dd February 16, 2006
.Dt PTHREAD_COND_WAIT 3
.Os
.Sh NAME
@@ -47,7 +47,7 @@ The
function atomically blocks the current thread waiting on the condition
variable specified by
.Fa cond ,
-and unblocks the mutex specified by
+and releases the mutex specified by
.Fa mutex .
The waiting thread unblocks only after another thread calls
.Xr pthread_cond_signal 3 ,
OpenPOWER on IntegriCloud