diff options
Diffstat (limited to 'lib')
29 files changed, 80 insertions, 80 deletions
diff --git a/lib/libc/gen/dladdr.3 b/lib/libc/gen/dladdr.3 index bb5ab41..9cf7040 100644 --- a/lib/libc/gen/dladdr.3 +++ b/lib/libc/gen/dladdr.3 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: dladdr.3,v 1.1 1998/02/06 16:46:34 jdp Exp $ +.\" $Id: dladdr.3,v 1.1 1998/02/09 06:05:24 jdp Exp $ .\" .Dd February 5, 1998 .Os FreeBSD @@ -79,8 +79,8 @@ calling .Pp On success, a non-zero value is returned. .Sh SEE ALSO -.Xr dlopen 3 , -.Xr rtld 1 +.Xr rtld 1 , +.Xr dlopen 3 .Sh HISTORY The .Nm diff --git a/lib/libc/locale/setlocale.3 b/lib/libc/locale/setlocale.3 index c19ad90..dd8781e 100644 --- a/lib/libc/locale/setlocale.3 +++ b/lib/libc/locale/setlocale.3 @@ -285,13 +285,13 @@ and the category .Sh "SEE ALSO .Xr colldef 1 , .Xr mklocale 1 , +.Xr catopen 3 , .Xr ctype 3 , .Xr mbrune 3 , .Xr multibyte 3 , .Xr rune 3 , .Xr strcoll 3 , .Xr strxfrm 3 , -.Xr catopen 3 , .Xr euc 4 , .Xr utf2 4 .Sh STANDARDS diff --git a/lib/libc/sys/sched_get_priority_max.2 b/lib/libc/sys/sched_get_priority_max.2 index 2b9fa59..6d11d00 100644 --- a/lib/libc/sys/sched_get_priority_max.2 +++ b/lib/libc/sys/sched_get_priority_max.2 @@ -1,4 +1,4 @@ -.\" $Id:$ +.\" $Id: sched_get_priority_max.2,v 1.1 1998/03/28 11:48:50 dufault Exp $ .\" Copyright (c) 1998 HD Associates, Inc. .\" All rights reserved. .\" @@ -108,10 +108,10 @@ No process can be found corresponding to that specified by .Fa pid . .El .Sh SEE ALSO -.Xr sched_getparam 2 , -.Xr sched_setparam 2 , .Xr sched_get_scheduler 2 , -.Xr sched_set_scheduler 2 +.Xr sched_getparam 2 , +.Xr sched_set_scheduler 2 , +.Xr sched_setparam 2 .Sh STANDARDS The .Fn sched_setscheduler diff --git a/lib/libc/sys/sched_setparam.2 b/lib/libc/sys/sched_setparam.2 index b63d959..629f81a 100644 --- a/lib/libc/sys/sched_setparam.2 +++ b/lib/libc/sys/sched_setparam.2 @@ -1,4 +1,4 @@ -.\" $Id: sched_setparam.2,v 1.1 1998/03/28 11:48:52 dufault Exp $ +.\" $Id: sched_setparam.2,v 1.2 1998/06/04 21:05:45 steve Exp $ .\" Copyright (c) 1998 HD Associates, Inc. .\" All rights reserved. .\" @@ -157,11 +157,11 @@ is outside the range defined for the scheduling policy of the specified .Fa pid . .El .Sh SEE ALSO -.Xr sched_getscheduler 2 , -.Xr sched_setscheduler 2 , .Xr sched_get_priority_max 2 , .Xr sched_get_priority_min 2 , +.Xr sched_getscheduler 2 , .Xr sched_rr_get_interval 2 , +.Xr sched_setscheduler 2 , .Xr sched_yield 2 .Sh STANDARDS The diff --git a/lib/libc/sys/sched_setscheduler.2 b/lib/libc/sys/sched_setscheduler.2 index 7635bfe..2a196c8 100644 --- a/lib/libc/sys/sched_setscheduler.2 +++ b/lib/libc/sys/sched_setscheduler.2 @@ -1,4 +1,4 @@ -.\" $Id:$ +.\" $Id: sched_setscheduler.2,v 1.1 1998/03/28 11:48:55 dufault Exp $ .\" Copyright (c) 1998 HD Associates, Inc. .\" All rights reserved. .\" @@ -152,11 +152,11 @@ parameter is invalid, or one or more of the parameters contained in is outside the valid range for the specified scheduling policy. .El .Sh SEE ALSO -.Xr sched_getparam 2 , -.Xr sched_setparam 2 , .Xr sched_get_priority_max 2 , .Xr sched_get_priority_min 2 , +.Xr sched_getparam 2 , .Xr sched_rr_get_interval 2 , +.Xr sched_setparam 2 , .Xr sched_yield 2 .Sh STANDARDS The diff --git a/lib/libc_r/man/pthread_cond_broadcast.3 b/lib/libc_r/man/pthread_cond_broadcast.3 index e302838..3b39287 100644 --- a/lib/libc_r/man/pthread_cond_broadcast.3 +++ b/lib/libc_r/man/pthread_cond_broadcast.3 @@ -56,11 +56,11 @@ is invalid. .El .Pp .Sh SEE ALSO -.Xr pthread_cond_init 3 , .Xr pthread_cond_destroy 3 , -.Xr pthread_cond_wait 3 , +.Xr pthread_cond_init 3 , +.Xr pthread_cond_signal 3 , .Xr pthread_cond_timedwait 3 , -.Xr pthread_cond_signal 3 +.Xr pthread_cond_wait 3 .Sh STANDARDS .Fn pthread_cond_broadcast conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libc_r/man/pthread_cond_destroy.3 b/lib/libc_r/man/pthread_cond_destroy.3 index a14c30a..22921b4 100644 --- a/lib/libc_r/man/pthread_cond_destroy.3 +++ b/lib/libc_r/man/pthread_cond_destroy.3 @@ -60,11 +60,11 @@ is locked by another thread. .El .Pp .Sh SEE ALSO +.Xr pthread_cond_broadcast 3 , .Xr pthread_cond_init 3 , -.Xr pthread_cond_wait 3 , -.Xr pthread_cond_timedwait 3 , .Xr pthread_cond_signal 3 , -.Xr pthread_cond_broadcast 3 +.Xr pthread_cond_timedwait 3 , +.Xr pthread_cond_wait 3 .Sh STANDARDS .Fn pthread_cond_destroy conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libc_r/man/pthread_cond_init.3 b/lib/libc_r/man/pthread_cond_init.3 index 3c78e73..00f669d 100644 --- a/lib/libc_r/man/pthread_cond_init.3 +++ b/lib/libc_r/man/pthread_cond_init.3 @@ -65,11 +65,11 @@ The temporarily lacks the resources to create another condition variable. .El .Pp .Sh SEE ALSO +.Xr pthread_cond_broadcast 3 , .Xr pthread_cond_destroy 3 , -.Xr pthread_cond_wait 3 , -.Xr pthread_cond_timedwait 3 , .Xr pthread_cond_signal 3 , -.Xr pthread_cond_broadcast 3 +.Xr pthread_cond_timedwait 3 , +.Xr pthread_cond_wait 3 .Sh STANDARDS .Fn pthread_cond_init conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libc_r/man/pthread_cond_signal.3 b/lib/libc_r/man/pthread_cond_signal.3 index 66211b4..679e46f 100644 --- a/lib/libc_r/man/pthread_cond_signal.3 +++ b/lib/libc_r/man/pthread_cond_signal.3 @@ -56,11 +56,11 @@ is invalid. .El .Pp .Sh SEE ALSO -.Xr pthread_cond_init 3 , +.Xr pthread_cond_broadcast 3 , .Xr pthread_cond_destroy 3 , -.Xr pthread_cond_wait 3 , +.Xr pthread_cond_init 3 , .Xr pthread_cond_timedwait 3 , -.Xr pthread_cond_broadcast 3 +.Xr pthread_cond_wait 3 .Sh STANDARDS .Fn pthread_cond_signal conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libc_r/man/pthread_cond_timedwait.3 b/lib/libc_r/man/pthread_cond_timedwait.3 index bf98e77..ab0184a 100644 --- a/lib/libc_r/man/pthread_cond_timedwait.3 +++ b/lib/libc_r/man/pthread_cond_timedwait.3 @@ -73,11 +73,11 @@ The system time has reached or exceeded the time specified in .El .Pp .Sh SEE ALSO -.Xr pthread_cond_init 3 , +.Xr pthread_cond_broadcast 3 , .Xr pthread_cond_destroy 3 , -.Xr pthread_cond_wait 3 , +.Xr pthread_cond_init 3 , .Xr pthread_cond_signal 3 , -.Xr pthread_cond_broadcast 3 +.Xr pthread_cond_wait 3 .Sh STANDARDS .Fn pthread_cond_timedwait conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libc_r/man/pthread_cond_wait.3 b/lib/libc_r/man/pthread_cond_wait.3 index fa063bc..7f70b59 100644 --- a/lib/libc_r/man/pthread_cond_wait.3 +++ b/lib/libc_r/man/pthread_cond_wait.3 @@ -67,11 +67,11 @@ is invalid. .El .Pp .Sh SEE ALSO -.Xr pthread_cond_init 3 , +.Xr pthread_cond_broadcast 3 , .Xr pthread_cond_destroy 3 , -.Xr pthread_cond_timedwait 3 , +.Xr pthread_cond_init 3 , .Xr pthread_cond_signal 3 , -.Xr pthread_cond_broadcast 3 +.Xr pthread_cond_timedwait 3 .Sh STANDARDS .Fn pthread_cond_wait conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libc_r/man/pthread_create.3 b/lib/libc_r/man/pthread_create.3 index 3b6067a..6966b56 100644 --- a/lib/libc_r/man/pthread_create.3 +++ b/lib/libc_r/man/pthread_create.3 @@ -101,9 +101,9 @@ is invalid. .Pp .Sh SEE ALSO .Xr fork 2 , -.Xr pthread_exit 3 , -.Xr pthread_cleanup_push 3 , .Xr pthread_cleanup_pop 3 , +.Xr pthread_cleanup_push 3 , +.Xr pthread_exit 3 , .Xr pthread_join 3 .Sh STANDARDS .Fn pthread_create diff --git a/lib/libc_r/man/pthread_mutex_destroy.3 b/lib/libc_r/man/pthread_mutex_destroy.3 index 6b27501..e9fb9c1 100644 --- a/lib/libc_r/man/pthread_mutex_destroy.3 +++ b/lib/libc_r/man/pthread_mutex_destroy.3 @@ -61,8 +61,8 @@ is locked by another thread. .Sh SEE ALSO .Xr pthread_mutex_init 3 , .Xr pthread_mutex_lock 3 , -.Xr pthread_mutex_unlock 3 , -.Xr pthread_mutex_trylock 3 +.Xr pthread_mutex_trylock 3 , +.Xr pthread_mutex_unlock 3 .Sh STANDARDS .Fn pthread_mutex_destroy conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libc_r/man/pthread_mutex_init.3 b/lib/libc_r/man/pthread_mutex_init.3 index 39e105e..d5292ff 100644 --- a/lib/libc_r/man/pthread_mutex_init.3 +++ b/lib/libc_r/man/pthread_mutex_init.3 @@ -66,8 +66,8 @@ The temporarily lacks the resources to create another mutex. .Sh SEE ALSO .Xr pthread_mutex_destroy 3 , .Xr pthread_mutex_lock 3 , -.Xr pthread_mutex_unlock 3 , -.Xr pthread_mutex_trylock 3 +.Xr pthread_mutex_trylock 3 , +.Xr pthread_mutex_unlock 3 .Sh STANDARDS .Fn pthread_mutex_init conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libc_r/man/pthread_mutex_lock.3 b/lib/libc_r/man/pthread_mutex_lock.3 index 564cd67..a0aa07d 100644 --- a/lib/libc_r/man/pthread_mutex_lock.3 +++ b/lib/libc_r/man/pthread_mutex_lock.3 @@ -61,10 +61,10 @@ A deadlock would occur if the thread blocked waiting for .El .Pp .Sh SEE ALSO -.Xr pthread_mutex_unlock 3 , -.Xr pthread_mutex_trylock 3 , +.Xr pthread_mutex_destroy 3 , .Xr pthread_mutex_init 3 , -.Xr pthread_mutex_destroy 3 +.Xr pthread_mutex_trylock 3 , +.Xr pthread_mutex_unlock 3 .Sh STANDARDS .Fn pthread_mutex_lock conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libc_r/man/pthread_mutex_trylock.3 b/lib/libc_r/man/pthread_mutex_trylock.3 index 0360999..9f28380 100644 --- a/lib/libc_r/man/pthread_mutex_trylock.3 +++ b/lib/libc_r/man/pthread_mutex_trylock.3 @@ -62,10 +62,10 @@ is already locked. .El .Pp .Sh SEE ALSO -.Xr pthread_mutex_lock 3 , -.Xr pthread_mutex_unlock 3 , +.Xr pthread_mutex_destroy 3 , .Xr pthread_mutex_init 3 , -.Xr pthread_mutex_destroy 3 +.Xr pthread_mutex_lock 3 , +.Xr pthread_mutex_unlock 3 .Sh STANDARDS .Fn pthread_mutex_trylock conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libc_r/man/pthread_mutex_unlock.3 b/lib/libc_r/man/pthread_mutex_unlock.3 index 7285e0e..95ba7e6 100644 --- a/lib/libc_r/man/pthread_mutex_unlock.3 +++ b/lib/libc_r/man/pthread_mutex_unlock.3 @@ -61,10 +61,10 @@ The current thread does not hold a lock on .El .Pp .Sh SEE ALSO -.Xr pthread_mutex_lock 3 , -.Xr pthread_mutex_trylock 3 , +.Xr pthread_mutex_destroy 3 , .Xr pthread_mutex_init 3 , -.Xr pthread_mutex_destroy 3 +.Xr pthread_mutex_lock 3 , +.Xr pthread_mutex_trylock 3 .Sh STANDARDS .Fn pthread_mutex_unlock conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libpthread/man/pthread_cond_broadcast.3 b/lib/libpthread/man/pthread_cond_broadcast.3 index e302838..3b39287 100644 --- a/lib/libpthread/man/pthread_cond_broadcast.3 +++ b/lib/libpthread/man/pthread_cond_broadcast.3 @@ -56,11 +56,11 @@ is invalid. .El .Pp .Sh SEE ALSO -.Xr pthread_cond_init 3 , .Xr pthread_cond_destroy 3 , -.Xr pthread_cond_wait 3 , +.Xr pthread_cond_init 3 , +.Xr pthread_cond_signal 3 , .Xr pthread_cond_timedwait 3 , -.Xr pthread_cond_signal 3 +.Xr pthread_cond_wait 3 .Sh STANDARDS .Fn pthread_cond_broadcast conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libpthread/man/pthread_cond_destroy.3 b/lib/libpthread/man/pthread_cond_destroy.3 index a14c30a..22921b4 100644 --- a/lib/libpthread/man/pthread_cond_destroy.3 +++ b/lib/libpthread/man/pthread_cond_destroy.3 @@ -60,11 +60,11 @@ is locked by another thread. .El .Pp .Sh SEE ALSO +.Xr pthread_cond_broadcast 3 , .Xr pthread_cond_init 3 , -.Xr pthread_cond_wait 3 , -.Xr pthread_cond_timedwait 3 , .Xr pthread_cond_signal 3 , -.Xr pthread_cond_broadcast 3 +.Xr pthread_cond_timedwait 3 , +.Xr pthread_cond_wait 3 .Sh STANDARDS .Fn pthread_cond_destroy conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libpthread/man/pthread_cond_init.3 b/lib/libpthread/man/pthread_cond_init.3 index 3c78e73..00f669d 100644 --- a/lib/libpthread/man/pthread_cond_init.3 +++ b/lib/libpthread/man/pthread_cond_init.3 @@ -65,11 +65,11 @@ The temporarily lacks the resources to create another condition variable. .El .Pp .Sh SEE ALSO +.Xr pthread_cond_broadcast 3 , .Xr pthread_cond_destroy 3 , -.Xr pthread_cond_wait 3 , -.Xr pthread_cond_timedwait 3 , .Xr pthread_cond_signal 3 , -.Xr pthread_cond_broadcast 3 +.Xr pthread_cond_timedwait 3 , +.Xr pthread_cond_wait 3 .Sh STANDARDS .Fn pthread_cond_init conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libpthread/man/pthread_cond_signal.3 b/lib/libpthread/man/pthread_cond_signal.3 index 66211b4..679e46f 100644 --- a/lib/libpthread/man/pthread_cond_signal.3 +++ b/lib/libpthread/man/pthread_cond_signal.3 @@ -56,11 +56,11 @@ is invalid. .El .Pp .Sh SEE ALSO -.Xr pthread_cond_init 3 , +.Xr pthread_cond_broadcast 3 , .Xr pthread_cond_destroy 3 , -.Xr pthread_cond_wait 3 , +.Xr pthread_cond_init 3 , .Xr pthread_cond_timedwait 3 , -.Xr pthread_cond_broadcast 3 +.Xr pthread_cond_wait 3 .Sh STANDARDS .Fn pthread_cond_signal conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libpthread/man/pthread_cond_timedwait.3 b/lib/libpthread/man/pthread_cond_timedwait.3 index bf98e77..ab0184a 100644 --- a/lib/libpthread/man/pthread_cond_timedwait.3 +++ b/lib/libpthread/man/pthread_cond_timedwait.3 @@ -73,11 +73,11 @@ The system time has reached or exceeded the time specified in .El .Pp .Sh SEE ALSO -.Xr pthread_cond_init 3 , +.Xr pthread_cond_broadcast 3 , .Xr pthread_cond_destroy 3 , -.Xr pthread_cond_wait 3 , +.Xr pthread_cond_init 3 , .Xr pthread_cond_signal 3 , -.Xr pthread_cond_broadcast 3 +.Xr pthread_cond_wait 3 .Sh STANDARDS .Fn pthread_cond_timedwait conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libpthread/man/pthread_cond_wait.3 b/lib/libpthread/man/pthread_cond_wait.3 index fa063bc..7f70b59 100644 --- a/lib/libpthread/man/pthread_cond_wait.3 +++ b/lib/libpthread/man/pthread_cond_wait.3 @@ -67,11 +67,11 @@ is invalid. .El .Pp .Sh SEE ALSO -.Xr pthread_cond_init 3 , +.Xr pthread_cond_broadcast 3 , .Xr pthread_cond_destroy 3 , -.Xr pthread_cond_timedwait 3 , +.Xr pthread_cond_init 3 , .Xr pthread_cond_signal 3 , -.Xr pthread_cond_broadcast 3 +.Xr pthread_cond_timedwait 3 .Sh STANDARDS .Fn pthread_cond_wait conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libpthread/man/pthread_create.3 b/lib/libpthread/man/pthread_create.3 index 3b6067a..6966b56 100644 --- a/lib/libpthread/man/pthread_create.3 +++ b/lib/libpthread/man/pthread_create.3 @@ -101,9 +101,9 @@ is invalid. .Pp .Sh SEE ALSO .Xr fork 2 , -.Xr pthread_exit 3 , -.Xr pthread_cleanup_push 3 , .Xr pthread_cleanup_pop 3 , +.Xr pthread_cleanup_push 3 , +.Xr pthread_exit 3 , .Xr pthread_join 3 .Sh STANDARDS .Fn pthread_create diff --git a/lib/libpthread/man/pthread_mutex_destroy.3 b/lib/libpthread/man/pthread_mutex_destroy.3 index 6b27501..e9fb9c1 100644 --- a/lib/libpthread/man/pthread_mutex_destroy.3 +++ b/lib/libpthread/man/pthread_mutex_destroy.3 @@ -61,8 +61,8 @@ is locked by another thread. .Sh SEE ALSO .Xr pthread_mutex_init 3 , .Xr pthread_mutex_lock 3 , -.Xr pthread_mutex_unlock 3 , -.Xr pthread_mutex_trylock 3 +.Xr pthread_mutex_trylock 3 , +.Xr pthread_mutex_unlock 3 .Sh STANDARDS .Fn pthread_mutex_destroy conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libpthread/man/pthread_mutex_init.3 b/lib/libpthread/man/pthread_mutex_init.3 index 39e105e..d5292ff 100644 --- a/lib/libpthread/man/pthread_mutex_init.3 +++ b/lib/libpthread/man/pthread_mutex_init.3 @@ -66,8 +66,8 @@ The temporarily lacks the resources to create another mutex. .Sh SEE ALSO .Xr pthread_mutex_destroy 3 , .Xr pthread_mutex_lock 3 , -.Xr pthread_mutex_unlock 3 , -.Xr pthread_mutex_trylock 3 +.Xr pthread_mutex_trylock 3 , +.Xr pthread_mutex_unlock 3 .Sh STANDARDS .Fn pthread_mutex_init conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libpthread/man/pthread_mutex_lock.3 b/lib/libpthread/man/pthread_mutex_lock.3 index 564cd67..a0aa07d 100644 --- a/lib/libpthread/man/pthread_mutex_lock.3 +++ b/lib/libpthread/man/pthread_mutex_lock.3 @@ -61,10 +61,10 @@ A deadlock would occur if the thread blocked waiting for .El .Pp .Sh SEE ALSO -.Xr pthread_mutex_unlock 3 , -.Xr pthread_mutex_trylock 3 , +.Xr pthread_mutex_destroy 3 , .Xr pthread_mutex_init 3 , -.Xr pthread_mutex_destroy 3 +.Xr pthread_mutex_trylock 3 , +.Xr pthread_mutex_unlock 3 .Sh STANDARDS .Fn pthread_mutex_lock conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libpthread/man/pthread_mutex_trylock.3 b/lib/libpthread/man/pthread_mutex_trylock.3 index 0360999..9f28380 100644 --- a/lib/libpthread/man/pthread_mutex_trylock.3 +++ b/lib/libpthread/man/pthread_mutex_trylock.3 @@ -62,10 +62,10 @@ is already locked. .El .Pp .Sh SEE ALSO -.Xr pthread_mutex_lock 3 , -.Xr pthread_mutex_unlock 3 , +.Xr pthread_mutex_destroy 3 , .Xr pthread_mutex_init 3 , -.Xr pthread_mutex_destroy 3 +.Xr pthread_mutex_lock 3 , +.Xr pthread_mutex_unlock 3 .Sh STANDARDS .Fn pthread_mutex_trylock conforms to ISO/IEC 9945-1 ANSI/IEEE diff --git a/lib/libpthread/man/pthread_mutex_unlock.3 b/lib/libpthread/man/pthread_mutex_unlock.3 index 7285e0e..95ba7e6 100644 --- a/lib/libpthread/man/pthread_mutex_unlock.3 +++ b/lib/libpthread/man/pthread_mutex_unlock.3 @@ -61,10 +61,10 @@ The current thread does not hold a lock on .El .Pp .Sh SEE ALSO -.Xr pthread_mutex_lock 3 , -.Xr pthread_mutex_trylock 3 , +.Xr pthread_mutex_destroy 3 , .Xr pthread_mutex_init 3 , -.Xr pthread_mutex_destroy 3 +.Xr pthread_mutex_lock 3 , +.Xr pthread_mutex_trylock 3 .Sh STANDARDS .Fn pthread_mutex_unlock conforms to ISO/IEC 9945-1 ANSI/IEEE |