diff options
author | uqs <uqs@FreeBSD.org> | 2010-05-13 12:07:55 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-05-13 12:07:55 +0000 |
commit | 1ab3783e1a2e5231321a0fc5399736ddc70407f0 (patch) | |
tree | c699822393a0ad4134098c013ca4b4ea4e2f3108 /share/man/man5/reiserfs.5 | |
parent | 43b7e87f4317ace45532f012cea993a4d9d418f0 (diff) | |
download | FreeBSD-src-1ab3783e1a2e5231321a0fc5399736ddc70407f0.zip FreeBSD-src-1ab3783e1a2e5231321a0fc5399736ddc70407f0.tar.gz |
mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the
bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention
CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put
them.
Found by: mdocml lint run
Reviewed by: ru
Diffstat (limited to 'share/man/man5/reiserfs.5')
-rw-r--r-- | share/man/man5/reiserfs.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/reiserfs.5 b/share/man/man5/reiserfs.5 index b7445a6..eda7028 100644 --- a/share/man/man5/reiserfs.5 +++ b/share/man/man5/reiserfs.5 @@ -61,9 +61,6 @@ volume located on .Xr unmount 2 , .Xr fstab 5 , .Xr mount 8 -.Sh CAVEATS -Currently, only read-only access is supported for ReiserFS volumes, -writing to a volume is not supported. .Sh HISTORY The .Nm @@ -82,3 +79,6 @@ by .Pp This manual page was written by .An Craig Rodrigues Aq rodrigc@FreeBSD.org . +.Sh CAVEATS +Currently, only read-only access is supported for ReiserFS volumes, +writing to a volume is not supported. |