diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-01-03 16:24:07 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-01-03 16:24:07 +0000 |
commit | a9a2f626b09fee7ff6652a5fca48ddb93caac882 (patch) | |
tree | 623db086bed80908d0de0a7de7b238c674c54a56 /lib | |
parent | 903f4036e509d8b061dda7e555341ba556e9efcd (diff) |
sort SEE ALSO;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libpthread/man/pthread_mutex_init.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_mutex_init.3 b/lib/libpthread/man/pthread_mutex_init.3 index a4f66a37628..5e18098d8a0 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.13 2014/01/03 15:35:23 tedu Exp $ +.\" $OpenBSD: pthread_mutex_init.3,v 1.14 2014/01/03 16:24:06 jmc Exp $ .\" .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. @@ -73,10 +73,10 @@ is invalid. The process cannot allocate enough memory to create another mutex. .El .Sh SEE ALSO -.Xr pthread_mutexattr_init 3 , .Xr pthread_mutex_destroy 3 , .Xr pthread_mutex_lock 3 , -.Xr pthread_mutex_unlock 3 +.Xr pthread_mutex_unlock 3 , +.Xr pthread_mutexattr_init 3 .Sh STANDARDS .Fn pthread_mutex_init conforms to |