diff options
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/chmod.2 | 5 | ||||
-rw-r--r-- | lib/libc/sys/mount.2 | 23 |
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 |