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:
parent
51515b6d7c
commit
9972df7d13
@ -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
|
||||
|
@ -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 ,
|
||||
|
Loading…
Reference in New Issue
Block a user