diff options
author | Dmitry Chagin <dchagin@FreeBSD.org> | 2014-12-15 20:48:06 +0000 |
---|---|---|
committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2014-12-15 20:48:06 +0000 |
commit | 9972df7d1366b8ca0f2a3fcfec59ad7862f8c999 (patch) | |
tree | 8c3fe38faf223da66359c558b6e7dd5073442041 /share/man/man9/rmlock.9 | |
parent | 51515b6d7c5379d953d7c17256245c1f0d483f32 (diff) |
Properly sort Xr to silence mandoc warnings.
Differential Revision: https://reviews.freebsd.org/D1314
Reviewed by: wblock
MFC after: 1 Month
Notes
Notes:
svn path=/head/; revision=275813
Diffstat (limited to 'share/man/man9/rmlock.9')
-rw-r--r-- | share/man/man9/rmlock.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/rmlock.9 b/share/man/man9/rmlock.9 index da8234b0cdd4..ee033a6bc6b0 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 |