summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-06-01 10:07:28 +0000
committerru <ru@FreeBSD.org>2001-06-01 10:07:28 +0000
commite7a85be33fc3bc164d55aaa44eda7f972ff86850 (patch)
tree6322ab98c2e04f3bc5d1daf984487b0015829de9 /lib/libc
parente1524eb20ca44614d4942a0b92929a02e67dce44 (diff)
downloadFreeBSD-src-e7a85be33fc3bc164d55aaa44eda7f972ff86850.zip
FreeBSD-src-e7a85be33fc3bc164d55aaa44eda7f972ff86850.tar.gz
Remove vestiges of MFS.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/chmod.25
-rw-r--r--lib/libc/sys/mount.223
2 files changed, 3 insertions, 25 deletions
diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2
index 1957859..61f1b36 100644
--- a/lib/libc/sys/chmod.2
+++ b/lib/libc/sys/chmod.2
@@ -110,8 +110,9 @@ defined in
The
.Fx
VM system totally ignores the sticky bit
-.Pf ( Dv ISVTX
-) for executables. On UFS-based filesystems (FFS, MFS, LFS) the sticky
+.Pq Dv ISVTX
+for executables.
+On UFS-based filesystems (FFS, LFS) the sticky
bit may only be set upon directories.
.Pp
If mode
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2
index b6682a9..b2c14d0 100644
--- a/lib/libc/sys/mount.2
+++ b/lib/libc/sys/mount.2
@@ -260,26 +260,6 @@ Some part of the information described by nfs_args
points outside the process's allocated address space.
.El
.Pp
-The following errors can occur for a
-.Em mfs
-filesystem mount:
-.Bl -tag -width Er
-.It Bq Er EMFILE
-No space remains in the mount table.
-.It Bq Er EINVAL
-The super block for the filesystem had a bad magic
-number or an out of range block size.
-.It Bq Er ENOMEM
-Not enough memory was available to read the cylinder
-group information for the filesystem.
-.It Bq Er EIO
-A paging error occurred while reading the super block or
-cylinder group information.
-.It Bq Er EFAULT
-.Em Name
-points outside the process's allocated address space.
-.El
-.Pp
The
.Fn unmount
function may fail with one of the following errors:
@@ -307,13 +287,10 @@ points outside the process's allocated address space.
.Pp
A
.Em ufs
-or
-.Em mfs
mount can also fail if the maximum number of filesystems are currently
mounted.
.Sh SEE ALSO
.Xr lsvfs 1 ,
-.Xr mfs 8 ,
.Xr mount 8 ,
.Xr umount 8
.Sh BUGS
OpenPOWER on IntegriCloud