aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2001-06-27 06:01:17 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2001-06-27 06:01:17 +0000
commitc1c5db81490990dc6b3a7147581ce057b00c3157 (patch)
treee04fd97d1d5c9b1d22bbe6b910058fc702acb3b0 /lib
parent1807222dac73dbe6f75fe800b36a33a0145e031d (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc_r/man/pthread_cond_timedwait.32
-rw-r--r--lib/libpthread/man/pthread_cond_timedwait.32
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