summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2014-12-15 20:48:06 +0000
committerdchagin <dchagin@FreeBSD.org>2014-12-15 20:48:06 +0000
commit3568e992cc571cd2463212258b48358597cf9394 (patch)
tree8c3fe38faf223da66359c558b6e7dd5073442041 /share/man
parentc644cc2c0ee8597464a2dffc8dac7b5ddd1bb674 (diff)
downloadFreeBSD-src-3568e992cc571cd2463212258b48358597cf9394.zip
FreeBSD-src-3568e992cc571cd2463212258b48358597cf9394.tar.gz
Properly sort Xr to silence mandoc warnings.
Differential Revision: https://reviews.freebsd.org/D1314 Reviewed by: wblock MFC after: 1 Month
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/rmlock.92
-rw-r--r--share/man/man9/sx.92
2 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/rmlock.9 b/share/man/man9/rmlock.9
index da8234b..ee033a6 100644
--- a/share/man/man9/rmlock.9
+++ b/share/man/man9/rmlock.9
@@ -289,8 +289,8 @@ Assert that the current thread does not hold a recursive lock of
.Xr mutex 9 ,
.Xr panic 9 ,
.Xr rwlock 9 ,
-.Xr sleep 9 ,
.Xr sema 9 ,
+.Xr sleep 9 ,
.Xr sx 9
.Sh HISTORY
These
diff --git a/share/man/man9/sx.9 b/share/man/man9/sx.9
index 01fffaa..49a064e 100644
--- a/share/man/man9/sx.9
+++ b/share/man/man9/sx.9
@@ -315,8 +315,8 @@ lock while another thread blocked on the same
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 ,
OpenPOWER on IntegriCloud