From 91e84632a7d906ef358b856af6fbcbb7f02526eb Mon Sep 17 00:00:00 2001 From: snj Date: Sun, 10 Jul 2022 18:52:34 +0000 Subject: [PATCH] drop reference to smbfs, which was removed in 2020. while here, s/file-system/file system/ --- sbin/mount/mount.8 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 521f699e2080..20f9a0f8e1a3 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -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 ,