diff options
author | ngie <ngie@FreeBSD.org> | 2017-03-30 05:18:28 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-03-30 05:18:28 +0000 |
commit | 02cf1e302ab3cf561147e8bbf4d043ccf072f752 (patch) | |
tree | df34122b851611f819131b144a7922d3a0c2e22e /share/man | |
parent | b69034321e98d0dab8b16b47c0d7ac6df3bf759e (diff) | |
download | FreeBSD-src-02cf1e302ab3cf561147e8bbf4d043ccf072f752.zip FreeBSD-src-02cf1e302ab3cf561147e8bbf4d043ccf072f752.tar.gz |
MFC r316053:
pthread_mutex_consistent: sort SEE ALSO by reference name
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man3/pthread_mutex_consistent.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man3/pthread_mutex_consistent.3 b/share/man/man3/pthread_mutex_consistent.3 index 67bfbcb..6eaff1c 100644 --- a/share/man/man3/pthread_mutex_consistent.3 +++ b/share/man/man3/pthread_mutex_consistent.3 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 8, 2016 +.Dd March 27, 2017 .Dt PTHREAD_MUTEX_CONSISTENT 3 .Os .Sh NAME @@ -83,10 +83,10 @@ The mutex pointed to by the argument is not robust, or is not in the inconsistent state. .El .Sh SEE ALSO -.Xr pthread_mutexattr_setrobust 3 , .Xr pthread_mutex_init 3 , .Xr pthread_mutex_lock 3 , -.Xr pthread_mutex_unlock 3 +.Xr pthread_mutex_unlock 3 , +.Xr pthread_mutexattr_setrobust 3 .Sh STANDARDS The .Fn pthread_mutex_lock |