summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-06-04 00:09:07 +0000
committerderaadt <deraadt@openbsd.org>2002-06-04 00:09:07 +0000
commit125cd19f133d0109790f7e2ee26831cc101900ca (patch)
tree6614799dffc78d5cd2c0634922822c8852b36110 /lib/libpthread/man
parentRemove unused #define. ok deraadt@ (diff)
downloadwireguard-openbsd-125cd19f133d0109790f7e2ee26831cc101900ca.tar.xz
wireguard-openbsd-125cd19f133d0109790f7e2ee26831cc101900ca.zip
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