Skip to content

Commit

Permalink
pthread_mutex_consistent: sort SEE ALSO by reference name
Browse files Browse the repository at this point in the history
MFC after:	3 days
Reported by:	make manlint
Sponsored by:	Dell EMC Isilon
  • Loading branch information
ngie-eign committed Mar 27, 2017
1 parent bf73b5a commit 1fdf757
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions share/man/man3/pthread_mutex_consistent.3
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd May 8, 2016
.Dd March 27, 2017
.Dt PTHREAD_MUTEX_CONSISTENT 3
.Os
.Sh NAME
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1fdf757

Please sign in to comment.