diff options
Diffstat (limited to 'lib/libpthread/man/pthread_mutex_init.3')
-rw-r--r-- | lib/libpthread/man/pthread_mutex_init.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_mutex_init.3 b/lib/libpthread/man/pthread_mutex_init.3 index 7124535bde6..cc7cfc4e6ac 100644 --- a/lib/libpthread/man/pthread_mutex_init.3 +++ b/lib/libpthread/man/pthread_mutex_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_mutex_init.3,v 1.10 2007/05/31 19:19:37 jmc Exp $ +.\" $OpenBSD: pthread_mutex_init.3,v 1.11 2012/02/24 06:35:27 jmc Exp $ .\" .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. @@ -29,7 +29,7 @@ .\" .\" $FreeBSD: pthread_mutex_init.3,v 1.6 1999/08/28 00:03:07 peter Exp $ .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: February 24 2012 $ .Dt PTHREAD_MUTEX_INIT 3 .Os .Sh NAME @@ -69,7 +69,6 @@ The process cannot allocate enough memory to create another mutex. .Sh SEE ALSO .Xr pthread_mutex_destroy 3 , .Xr pthread_mutex_lock 3 , -.Xr pthread_mutex_trylock 3 , .Xr pthread_mutex_unlock 3 .Sh STANDARDS .Fn pthread_mutex_init |