diff options
Diffstat (limited to 'lib/libpthread/man/pthread_cond_timedwait.3')
-rw-r--r-- | lib/libpthread/man/pthread_cond_timedwait.3 | 10 |
1 files changed, 7 insertions, 3 deletions
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 <shmit@kublai.com> .\" 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 |