diff options
| author | Nik Clayton <nik@FreeBSD.org> | 2001-02-02 03:32:03 +0000 |
|---|---|---|
| committer | Nik Clayton <nik@FreeBSD.org> | 2001-02-02 03:32:03 +0000 |
| commit | 7b79d3ab37f83bae25b48ca8735bc2d5845659bb (patch) | |
| tree | cb6880d5f05482464f86db10310b6fca06ade197 /lib/libpthread | |
| parent | e9f391478b90bcd7926348e1af4698d1167aa677 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/man/pthread_cond_wait.3 | 2 |
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 ccbf138b90f4..024367af6b5e 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 |
