summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authorpvalchev <pvalchev@openbsd.org>2001-08-20 21:17:34 +0000
committerpvalchev <pvalchev@openbsd.org>2001-08-20 21:17:34 +0000
commit379cec138ed9fe6915804a16150ae29b6c6995af (patch)
tree433470728081c1542cdd9d4c453696f23f0bac26 /lib/libpthread
parentbump the version for new kbd probe; 10x for a reminder from fgsch@ (diff)
downloadwireguard-openbsd-379cec138ed9fe6915804a16150ae29b6c6995af.tar.xz
wireguard-openbsd-379cec138ed9fe6915804a16150ae29b6c6995af.zip
spelling
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/man/pthread_cond_wait.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_cond_wait.3 b/lib/libpthread/man/pthread_cond_wait.3
index 0df409016d1..3f1370d3b1f 100644
--- a/lib/libpthread/man/pthread_cond_wait.3
+++ b/lib/libpthread/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