drop reference to smbfs, which was removed in 2020.

while here, s/file-system/file system/
This commit is contained in:
snj 2022-07-10 18:52:34 +00:00
parent 143b452a40
commit 91e84632a7
1 changed files with 5 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: mount.8,v 1.89 2021/06/04 11:55:45 simonb Exp $
.\" $NetBSD: mount.8,v 1.90 2022/07/10 18:52:34 snj Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" @(#)mount.8 8.8 (Berkeley) 6/16/94
.\"
.Dd June 4, 2021
.Dd July 10, 2022
.Dt MOUNT 8
.Os
.Sh NAME
@ -140,7 +140,7 @@ then the
type is inferred.
In
.Nx ,
the file-system mounting policy is dictated by the running security models.
the file system mounting policy is dictated by the running security models.
The default security model may allow unprivileged mounting; see
.Xr secmodel_suser 9
and
@ -514,8 +514,8 @@ CD-ROM drive.
.Sh DIAGNOSTICS
The error
.Dq Operation not supported by device
indicates that the mount for the specified file-system type cannot be
completed because the kernel lacks support for the said file-system.
indicates that the mount for the specified file system type cannot be
completed because the kernel lacks support for the said file system.
See
.Xr options 4 .
.Pp
@ -572,7 +572,6 @@ mount -t cd9660 -o nodev,nosuid /dev/cd0a /mnt
.Xr rump_msdos 8 ,
.Xr rump_nfs 8 ,
.Xr rump_ntfs 8 ,
.Xr rump_smbfs 8 ,
.Xr rump_sysvbfs 8 ,
.Xr rump_tmpfs 8 ,
.Xr rump_udf 8 ,