diff options
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/man/pthread_mutex_lock.3 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libpthread/man/pthread_mutex_lock.3 b/lib/libpthread/man/pthread_mutex_lock.3 index a5cfefaae7c..3c9226ebe8f 100644 --- a/lib/libpthread/man/pthread_mutex_lock.3 +++ b/lib/libpthread/man/pthread_mutex_lock.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_mutex_lock.3,v 1.8 2007/05/31 19:19:37 jmc Exp $ +.\" $OpenBSD: pthread_mutex_lock.3,v 1.9 2007/07/26 08:03:05 jmc Exp $ .\" .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. @@ -29,7 +29,7 @@ .\" .\" $FreeBSD: pthread_mutex_lock.3,v 1.5 1999/08/28 00:03:07 peter Exp $ .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: July 26 2007 $ .Dt PTHREAD_MUTEX_LOCK 3 .Os .Sh NAME @@ -55,10 +55,6 @@ indicate the error. .Fn pthread_mutex_lock will fail if: .Bl -tag -width Er -.It Bq Er EBUSY -Currently -.Fa mutex -is locked by another thread. .It Bq Er EINVAL The value specified by .Fa mutex |