From cd2244d3a2e29efcb6dbe0acc4e8103e7edbd42a Mon Sep 17 00:00:00 2001 From: jruoho Date: Tue, 18 May 2010 06:31:17 +0000 Subject: Xref timespec(3). --- lib/libpthread/pthread_cond_wait.3 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'lib/libpthread') 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 -- cgit