aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-06-25 05:06:57 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-06-25 05:06:57 +0000
commit534046e301d476f1c3a80dd439a999d9ca9a648a (patch)
treee25bb945a43065c7209e5ce70cacca6e5925c8b5 /sbin/mount
parentb038594e17b3060407246d3f75726a7bbc14947c (diff)
Notes
Diffstat (limited to 'sbin/mount')
-rw-r--r--sbin/mount/mount.82
-rw-r--r--sbin/mount/mount.c3
2 files changed, 1 insertions, 4 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index db3e47703d3b..440b7e274865 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -420,7 +420,6 @@ However, for the following file system types:
.Cm portalfs ,
.Cm smbfs ,
.Cm udf ,
-.Cm umapfs ,
and
.Cm unionfs ,
.Nm
@@ -513,7 +512,6 @@ support for a particular file system might be provided either on a static
.Xr mount_smbfs 8 ,
.Xr mount_std 8 ,
.Xr mount_udf 8 ,
-.Xr mount_umapfs 8 ,
.Xr mount_unionfs 8 ,
.Xr umount 8
.Sh CAVEATS
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c
index 4148163a40b2..99cab2301f9e 100644
--- a/sbin/mount/mount.c
+++ b/sbin/mount/mount.c
@@ -135,8 +135,7 @@ use_mountprog(const char *vfstype)
unsigned int i;
const char *fs[] = {
"cd9660", "mfs", "msdosfs", "nfs", "nfs4", "ntfs",
- "nwfs", "nullfs", "portalfs", "smbfs", "udf", "umapfs",
- "unionfs",
+ "nwfs", "nullfs", "portalfs", "smbfs", "udf", "unionfs",
NULL
};