diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc_r/man/pthread_cond_timedwait.3 | 2 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_cond_timedwait.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/man/pthread_cond_timedwait.3 b/lib/libc_r/man/pthread_cond_timedwait.3 index c7142d0..a9f5bf8 100644 --- a/lib/libc_r/man/pthread_cond_timedwait.3 +++ b/lib/libc_r/man/pthread_cond_timedwait.3 @@ -54,7 +54,7 @@ or with the same condition variable, or if the system time reaches the time specified in .Fa abstime , -and the current thread requires the lock on +and the current thread reacquires the lock on .Fa mutex . .Sh RETURN VALUES If successful, the diff --git a/lib/libpthread/man/pthread_cond_timedwait.3 b/lib/libpthread/man/pthread_cond_timedwait.3 index c7142d0..a9f5bf8 100644 --- a/lib/libpthread/man/pthread_cond_timedwait.3 +++ b/lib/libpthread/man/pthread_cond_timedwait.3 @@ -54,7 +54,7 @@ or with the same condition variable, or if the system time reaches the time specified in .Fa abstime , -and the current thread requires the lock on +and the current thread reacquires the lock on .Fa mutex . .Sh RETURN VALUES If successful, the |