diff options
Diffstat (limited to 'lib/libc_r/man/pthread_cond_timedwait.3')
-rw-r--r-- | lib/libc_r/man/pthread_cond_timedwait.3 | 4 |
1 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 dc0db2b463b..83f380643b3 100644 --- a/lib/libc_r/man/pthread_cond_timedwait.3 +++ b/lib/libc_r/man/pthread_cond_timedwait.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_cond_timedwait.3,v 1.8 2002/05/01 08:03:30 mpech Exp $ +.\" $OpenBSD: pthread_cond_timedwait.3,v 1.9 2002/06/04 00:09:07 deraadt Exp $ .\" .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. @@ -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 reaquires the lock on +and the current thread reacquires the lock on .Fa mutex . .Sh RETURN VALUES If successful, the |