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 ,
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to