summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man
diff options
context:
space:
mode:
authornik <nik@FreeBSD.org>2001-02-02 03:32:03 +0000
committernik <nik@FreeBSD.org>2001-02-02 03:32:03 +0000
commit546aee59243e194b2f4458332a412086b7996636 (patch)
treea8fd6fa4483361a91f6f1acb25ac8f349826b6eb /lib/libpthread/man
parent0121023c6df88cec7434e6937d419a885fe189b2 (diff)
downloadFreeBSD-src-546aee59243e194b2f4458332a412086b7996636.zip
FreeBSD-src-546aee59243e194b2f4458332a412086b7996636.tar.gz
Fix typo.
PR: docs/23936 Submitted by: Garret Rooney <rooneg@rpi.edu>
Diffstat (limited to 'lib/libpthread/man')
-rw-r--r--lib/libpthread/man/pthread_cond_wait.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_cond_wait.3 b/lib/libpthread/man/pthread_cond_wait.3
index ccbf138..024367a 100644
--- a/lib/libpthread/man/pthread_cond_wait.3
+++ b/lib/libpthread/man/pthread_cond_wait.3
@@ -51,7 +51,7 @@ The waiting thread unblocks only after another thread calls
.Xr pthread_cond_signal 3 ,
or
.Xr pthread_cond_broadcast 3
-with the same condition variable, and the current thread requires the lock
+with the same condition variable, and the current thread reacquires the lock
on
.Fa mutex .
.Sh RETURN VALUES
OpenPOWER on IntegriCloud