Module Name:    src
Committed By:   snj
Date:           Sun Jul 10 18:52:34 UTC 2022

Modified Files:
        src/sbin/mount: mount.8

Log Message:
drop reference to smbfs, which was removed in 2020.

while here, s/file-system/file system/


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sbin/mount/mount.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/mount/mount.8
diff -u src/sbin/mount/mount.8:1.89 src/sbin/mount/mount.8:1.90
--- src/sbin/mount/mount.8:1.89	Fri Jun  4 11:55:45 2021
+++ src/sbin/mount/mount.8	Sun Jul 10 18:52:34 2022
@@ -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/cd0
 .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 ,

Reply via email to