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 /sbin/mount | |
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 'sbin/mount')
-rw-r--r-- | sbin/mount/mount.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index d3f6717..b6d562c 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -542,6 +542,11 @@ support for a particular file system might be provided either on a static .Xr umount 8 , .Xr zfs 8 , .Xr zpool 8 +.Sh HISTORY +A +.Nm +utility appeared in +.At v1 . .Sh CAVEATS After a successful .Nm , @@ -564,10 +569,5 @@ gets a signal (that causes an update of the export list) only when the file system is mounted via .Nm . -.Sh HISTORY -A -.Nm -utility appeared in -.At v1 . .Sh BUGS It is possible for a corrupted file system to cause a crash. |