diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-08-20 21:17:35 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-08-20 21:17:35 +0000 |
commit | 75328667387dbef11cb6ed1500b02cbb75b61133 (patch) | |
tree | bd2b3dad5185526abf029b5c42e1de919c3b63f2 /lib/libc_r/man | |
parent | 56a838967572e8e6119371d600a8f1023d5f65b0 (diff) |
spelling
Diffstat (limited to 'lib/libc_r/man')
-rw-r--r-- | lib/libc_r/man/pthread_cond_wait.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/man/pthread_cond_wait.3 b/lib/libc_r/man/pthread_cond_wait.3 index 0df409016d1..3f1370d3b1f 100644 --- a/lib/libc_r/man/pthread_cond_wait.3 +++ b/lib/libc_r/man/pthread_cond_wait.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_cond_wait.3,v 1.5 1999/11/24 05:35:31 d Exp $ +.\" $OpenBSD: pthread_cond_wait.3,v 1.6 2001/08/20 21:17:34 pvalchev Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -49,7 +49,7 @@ and unblocks the mutex specified by The waiting thread unblocks only after another thread calls .Xr pthread_cond_signal 3 , or .Xr pthread_cond_broadcast 3 -with the same condition variable, and the current thread reaquires the lock +with the same condition variable, and the current thread reacquires the lock on .Fa mutex . .Sh RETURN VALUES |