From: jmc Date: Fri, 3 Jan 2014 16:24:06 +0000 (+0000) Subject: sort SEE ALSO; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c8b5399855d475c43e00b6f6d7f31388b0b1c442;p=openbsd sort SEE ALSO; --- 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 .\" 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