svn commit: r275813 - head/share/man/man9

Dmitry Chagin dchagin at FreeBSD.org
Mon Dec 15 20:48:08 UTC 2014


Author: dchagin
Date: Mon Dec 15 20:48:06 2014
New Revision: 275813
URL: https://svnweb.freebsd.org/changeset/base/275813

Log:
  Properly sort Xr to silence mandoc warnings.
  
  Differential Revision:	https://reviews.freebsd.org/D1314
  Reviewed by:	wblock
  MFC after:	1 Month

Modified:
  head/share/man/man9/rmlock.9
  head/share/man/man9/sx.9

Modified: head/share/man/man9/rmlock.9
==============================================================================
--- head/share/man/man9/rmlock.9	Mon Dec 15 18:28:22 2014	(r275812)
+++ head/share/man/man9/rmlock.9	Mon Dec 15 20:48:06 2014	(r275813)
@@ -289,8 +289,8 @@ Assert that the current thread does not 
 .Xr mutex 9 ,
 .Xr panic 9 ,
 .Xr rwlock 9 ,
-.Xr sleep 9 ,
 .Xr sema 9 ,
+.Xr sleep 9 ,
 .Xr sx 9
 .Sh HISTORY
 These

Modified: head/share/man/man9/sx.9
==============================================================================
--- head/share/man/man9/sx.9	Mon Dec 15 18:28:22 2014	(r275812)
+++ head/share/man/man9/sx.9	Mon Dec 15 20:48:06 2014	(r275813)
@@ -315,8 +315,8 @@ lock while another thread blocked on the
 lock after acquiring a mutex, then the second thread would effectively
 end up sleeping while holding a mutex, which is not allowed.
 .Sh SEE ALSO
-.Xr locking 9 ,
 .Xr lock 9 ,
+.Xr locking 9 ,
 .Xr mutex 9 ,
 .Xr panic 9 ,
 .Xr rwlock 9 ,


More information about the svn-src-head mailing list