diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2001-06-27 06:01:17 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2001-06-27 06:01:17 +0000 |
commit | b2bba7ca2ac8a4de0678d1fe23ee5189bc40c8e4 (patch) | |
tree | e04fd97d1d5c9b1d22bbe6b910058fc702acb3b0 | |
parent | 4cbc233a9022bfa6fc0b763132421b8d99ee153d (diff) | |
download | FreeBSD-src-b2bba7ca2ac8a4de0678d1fe23ee5189bc40c8e4.zip FreeBSD-src-b2bba7ca2ac8a4de0678d1fe23ee5189bc40c8e4.tar.gz |
Typo fix: requires -> reacquires
Submitted by: Murray S. Kucherawy <msk@sendmail.com>
MFC after: 3 days
-rw-r--r-- | lib/libc_r/man/pthread_cond_timedwait.3 | 2 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_cond_timedwait.3 | 2 | ||||
-rw-r--r-- | share/man/man3/pthread_cond_timedwait.3 | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/share/man/man3/pthread_cond_timedwait.3 b/share/man/man3/pthread_cond_timedwait.3 index c7142d0..a9f5bf8 100644 --- a/share/man/man3/pthread_cond_timedwait.3 +++ b/share/man/man3/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 |