svn commit: r316223 - stable/11/share/man/man3

Ngie Cooper ngie at FreeBSD.org
Thu Mar 30 05:18:29 UTC 2017


Author: ngie
Date: Thu Mar 30 05:18:28 2017
New Revision: 316223
URL: https://svnweb.freebsd.org/changeset/base/316223

Log:
  MFC r316053:
  
  pthread_mutex_consistent: sort SEE ALSO by reference name

Modified:
  stable/11/share/man/man3/pthread_mutex_consistent.3
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man3/pthread_mutex_consistent.3
==============================================================================
--- stable/11/share/man/man3/pthread_mutex_consistent.3	Thu Mar 30 05:17:27 2017	(r316222)
+++ stable/11/share/man/man3/pthread_mutex_consistent.3	Thu Mar 30 05:18:28 2017	(r316223)
@@ -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


More information about the svn-src-all mailing list