diff options
Diffstat (limited to 'lib/libpthread/man/pthread_cond_wait.3')
-rw-r--r-- | lib/libpthread/man/pthread_cond_wait.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_cond_wait.3 b/lib/libpthread/man/pthread_cond_wait.3 index d5fb5b29ce6..0df409016d1 100644 --- a/lib/libpthread/man/pthread_cond_wait.3 +++ b/lib/libpthread/man/pthread_cond_wait.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_cond_wait.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_wait.3,v 1.6 1999/08/28 00:03:04 peter Exp $ +.\" .Dd July 28, 1998 .Dt PTHREAD_COND_WAIT 3 .Os @@ -62,7 +65,7 @@ will fail if: The value specified by .Fa cond or the value specified by -.Fa attr +.Fa mutex is invalid. .El .Sh SEE ALSO |