Date: Mon, 27 Mar 2017 19:17:30 +0000 (UTC) From: Ngie Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r316053 - head/share/man/man3 Message-ID: <201703271917.v2RJHUaU040734@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Mon Mar 27 19:17:30 2017 New Revision: 316053 URL: https://svnweb.freebsd.org/changeset/base/316053 Log: pthread_mutex_consistent: sort SEE ALSO by reference name MFC after: 3 days Reported by: make manlint Sponsored by: Dell EMC Isilon Modified: head/share/man/man3/pthread_mutex_consistent.3 Modified: head/share/man/man3/pthread_mutex_consistent.3 ============================================================================== --- head/share/man/man3/pthread_mutex_consistent.3 Mon Mar 27 19:06:29 2017 (r316052) +++ head/share/man/man3/pthread_mutex_consistent.3 Mon Mar 27 19:17:30 2017 (r316053) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703271917.v2RJHUaU040734>