aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/man/pthread_mutex_trylock.3
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1998-08-31 16:41:09 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1998-08-31 16:41:09 +0000
commitacd80190835b96c5eaa73cb9864470b2facf9112 (patch)
treef587f29347afc9f51d8819f6003dd6b7d77c0e78 /lib/libpthread/man/pthread_mutex_trylock.3
parent4d3ee609416860429014877b695db878e04be7ca (diff)
downloadsrc-acd80190835b96c5eaa73cb9864470b2facf9112.tar.gz
src-acd80190835b96c5eaa73cb9864470b2facf9112.zip
Sort cross references.
Notes
Notes: svn path=/head/; revision=38702
Diffstat (limited to 'lib/libpthread/man/pthread_mutex_trylock.3')
-rw-r--r--lib/libpthread/man/pthread_mutex_trylock.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_mutex_trylock.3 b/lib/libpthread/man/pthread_mutex_trylock.3
index 03609992a292..9f283801e549 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