From 8c532d989a11fb8b71e5c5489f456bab4bfd0031 Mon Sep 17 00:00:00 2001 From: David Leonard Date: Wed, 24 Nov 1999 05:35:34 +0000 Subject: Add FreeBSD tags --- lib/libpthread/man/pthread_cond_timedwait.3 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'lib/libpthread/man/pthread_cond_timedwait.3') diff --git a/lib/libpthread/man/pthread_cond_timedwait.3 b/lib/libpthread/man/pthread_cond_timedwait.3 index 113889bfa76..1f1f15061a1 100644 --- a/lib/libpthread/man/pthread_cond_timedwait.3 +++ b/lib/libpthread/man/pthread_cond_timedwait.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_cond_timedwait.3,v 1.5 1999/11/24 05:35:31 d Exp $ .\" Copyright (c) 1997 Brian Cully .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_cond_timedwait.3,v 1.6 1999/08/28 00:03:04 peter Exp $ +.\" .Dd July 28, 1998 .Dt PTHREAD_COND_TIMEDWAIT 3 .Os @@ -63,9 +66,10 @@ will fail if: .Bl -tag -width Er .It Bq Er EINVAL The value specified by -.Fa cond -or the value specified by -.Fa attr +.Fa cond , +.Fa mutex +or +.Fa abstime is invalid. .It Bq Er ETIMEDOUT The system time has reached or exceeded the time specified in -- cgit v1.2.3