diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2001-06-27 06:01:17 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2001-06-27 06:01:17 +0000 |
| commit | c1c5db81490990dc6b3a7147581ce057b00c3157 (patch) | |
| tree | e04fd97d1d5c9b1d22bbe6b910058fc702acb3b0 /lib | |
| parent | 1807222dac73dbe6f75fe800b36a33a0145e031d (diff) | |
Notes
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 c7142d04ccbb..a9f5bf89ee81 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 c7142d04ccbb..a9f5bf89ee81 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 |
