Properly sort Xr to silence mandoc warnings.

Differential Revision:	https://reviews.freebsd.org/D1314
Reviewed by:	wblock
MFC after:	1 Month
This commit is contained in:
Dmitry Chagin 2014-12-15 20:48:06 +00:00
parent 51515b6d7c
commit 9972df7d13
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275813
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 ,