diff options
author | trhodes <trhodes@FreeBSD.org> | 2004-02-10 06:44:41 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2004-02-10 06:44:41 +0000 |
commit | f4961068e0855bb801b418fe1357ee4986a29c68 (patch) | |
tree | 32312adc3511df1bff3790de1acebf5f489b195c /sbin/mount | |
parent | 0b5bed49c2b478f7f49324d2e1a3da287c0d8777 (diff) | |
download | FreeBSD-src-f4961068e0855bb801b418fe1357ee4986a29c68.zip FreeBSD-src-f4961068e0855bb801b418fe1357ee4986a29c68.tar.gz |
Reorder Xrefs in SEE ALSO.
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 730e6da..fb6e63f 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -447,7 +447,11 @@ for more information.) file system table .El .Sh SEE ALSO +.Xr getfacl 1 , +.Xr setfacl 1 , .Xr mount 2 , +.Xr acl 3 , +.Xr mac 4 , .Xr fstab 5 , .Xr kldload 8 , .Xr mount_cd9660 8 , @@ -468,11 +472,7 @@ file system table .Xr mount_udf 8 , .Xr mount_umapfs 8 , .Xr mount_unionfs 8 , -.Xr umount 8 , -.Xr acl 3 , -.Xr getfacl 1 , -.Xr setfacl 1 , -.Xr mac 3 +.Xr umount 8 .Sh BUGS It is possible for a corrupted file system to cause a crash. .Sh CAVEATS |