diff options
author | 2014-01-03 16:24:06 +0000 | |
---|---|---|
committer | 2014-01-03 16:24:06 +0000 | |
commit | c8b5399855d475c43e00b6f6d7f31388b0b1c442 (patch) | |
tree | 1dc2f7dd3f9678ea30bc6d4b571a2b39ea7de88b /lib/libpthread/man/pthread_mutex_init.3 | |
parent | consistent Nd lines for the various dhcp bits; help/ok krw (diff) | |
download | wireguard-openbsd-c8b5399855d475c43e00b6f6d7f31388b0b1c442.tar.xz wireguard-openbsd-c8b5399855d475c43e00b6f6d7f31388b0b1c442.zip |
sort SEE ALSO;
Diffstat (limited to 'lib/libpthread/man/pthread_mutex_init.3')
-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 |