summaryrefslogtreecommitdiff
path: root/lib/libpthread/man
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-04 00:09:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-04 00:09:09 +0000
commitf2ce411926eab7a23be6e11274d0f8677610014a (patch)
treee366d0db22af7390ae0b587ce68914aa611343cd /lib/libpthread/man
parentabbac7377fe6d17c12b44669a7353b457ef448bb (diff)
spelling; raj@cerias.purdue.edu
Diffstat (limited to 'lib/libpthread/man')
-rw-r--r--lib/libpthread/man/pthread_cond_timedwait.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_cond_timedwait.3 b/lib/libpthread/man/pthread_cond_timedwait.3
index dc0db2b463b..83f380643b3 100644
--- a/lib/libpthread/man/pthread_cond_timedwait.3
+++ b/lib/libpthread/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