Module Name: src
Committed By: jruoho
Date: Tue May 18 06:31:17 UTC 2010
Modified Files:
src/lib/libpthread: pthread_cond_wait.3
Log Message:
Xref timespec(3).
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libpthread/pthread_cond_wait.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libpthread/pthread_cond_wait.3
diff -u src/lib/libpthread/pthread_cond_wait.3:1.13 src/lib/libpthread/pthread_cond_wait.3:1.14
--- src/lib/libpthread/pthread_cond_wait.3:1.13 Thu Jul 2 19:43:06 2009
+++ src/lib/libpthread/pthread_cond_wait.3 Tue May 18 06:31:17 2010
@@ -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 @@
.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