diff options
author | ru <ru@FreeBSD.org> | 2001-05-23 14:58:19 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-05-23 14:58:19 +0000 |
commit | d6e286694d01e4503e4daeed19e3292fcaccd771 (patch) | |
tree | ab01e79c839ddfbf22ff2fcf59bb7af9d63e3c95 /sbin/mount | |
parent | 196fd7759f1cf679623146c047cdcd0e200c93df (diff) | |
download | FreeBSD-src-d6e286694d01e4503e4daeed19e3292fcaccd771.zip FreeBSD-src-d6e286694d01e4503e4daeed19e3292fcaccd771.tar.gz |
Rename (after a repo-copy) some mount(8) programs:
mount_fdesc -> mount_fdescfs
mount_null -> mount_nullfs
mount_portal -> mount_portalfs
mount_umap -> mount_umapfs
mount_union -> mount_unionfs
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 2e443e7..05ae8b9 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -371,20 +371,20 @@ file system table .Xr mount_cd9660 8 , .Xr mount_devfs 8 , .Xr mount_ext2fs 8 , -.Xr mount_fdesc 8 , +.Xr mount_fdescfs 8 , .Xr mount_hpfs 8 , .Xr mount_linprocfs 8 , .Xr mount_mfs 8 , .Xr mount_msdos 8 , .Xr mount_nfs 8 , .Xr mount_ntfs 8 , -.Xr mount_null 8 , +.Xr mount_nullfs 8 , .Xr mount_nwfs 8 , -.Xr mount_portal 8 , +.Xr mount_portalfs 8 , .Xr mount_procfs 8 , .Xr mount_std 8 , -.Xr mount_umap 8 , -.Xr mount_union 8 , +.Xr mount_umapfs 8 , +.Xr mount_unionfs 8 , .Xr umount 8 .Sh BUGS It is possible for a corrupted file system to cause a crash. |