summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorjruoho <jruoho@NetBSD.org>2010-05-18 06:31:17 +0000
committerjruoho <jruoho@NetBSD.org>2010-05-18 06:31:17 +0000
commitcd2244d3a2e29efcb6dbe0acc4e8103e7edbd42a (patch)
tree7bb510624824016d81ae588744c2d20578329ca7 /lib
parentb01de5affa87d8648bb6927b8c30b7d41834bc6e (diff)
Xref timespec(3).
Diffstat (limited to 'lib')
-rw-r--r--lib/libpthread/pthread_cond_wait.310
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/libpthread/pthread_cond_wait.3 b/lib/libpthread/pthread_cond_wait.3
index 5a497abf109..b24db9d39ed 100644
--- a/lib/libpthread/pthread_cond_wait.3
+++ b/lib/libpthread/pthread_cond_wait.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_cond_wait.3,v 1.13 2009/07/02 19:43:06 rumble Exp $
+.\" $NetBSD: pthread_cond_wait.3,v 1.14 2010/05/18 06:31:17 jruoho Exp $
.\"
.\" Copyright (c) 2002, 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -51,7 +51,7 @@
.\"
.\" $FreeBSD: src/lib/libpthread/man/pthread_cond_wait.3,v 1.16 2002/09/16 19:29:28 mini Exp $
.\"
-.Dd December 31, 2008
+.Dd May 18, 2010
.Dt PTHREAD_COND_WAIT 3
.Os
.Sh NAME
@@ -98,7 +98,11 @@ or
.Xr pthread_cond_broadcast 3
with the same condition variable, or if the system time reaches the
time specified in
-.Fa abstime .
+.Fa abstime ,
+represented as
+.Em struct timespec
+(see
+.Xr timespec 3 ) .
.Pp
Note that a call to
.Fn pthread_cond_wait