Module Name: src Committed By: jdolecek Date: Sat Apr 4 15:32:42 UTC 2020
Modified Files: src/share/man/man4: options.4 src/share/man/man5: fstab.5 src/share/man/man7: hier.7 Log Message: remove mount_smbfs(8)/nsmb(4) references To generate a diff of this commit: cvs rdiff -u -r1.509 -r1.510 src/share/man/man4/options.4 cvs rdiff -u -r1.45 -r1.46 src/share/man/man5/fstab.5 cvs rdiff -u -r1.138 -r1.139 src/share/man/man7/hier.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man4/options.4 diff -u src/share/man/man4/options.4:1.509 src/share/man/man4/options.4:1.510 --- src/share/man/man4/options.4:1.509 Sat Mar 7 23:17:47 2020 +++ src/share/man/man4/options.4 Sat Apr 4 15:32:42 2020 @@ -1,4 +1,4 @@ -.\" $NetBSD: options.4,v 1.509 2020/03/07 23:17:47 tnn Exp $ +.\" $NetBSD: options.4,v 1.510 2020/04/04 15:32:42 jdolecek Exp $ .\" .\" Copyright (c) 1996 .\" Perry E. Metzger. All rights reserved. @@ -938,15 +938,6 @@ for more details. .Em NOTE : You also need to enable the pseudo-device, vcoda, for the Coda file system to work. -.It Cd file-system SMBFS -.Bq Em EXPERIMENTAL -Includes code for the SMB/CIFS file system. -See -.Xr mount_smbfs 8 -for details. -.Em NOTE : -You also need to enable the pseudo-device, nsmb, for the SMB -file system to work. .It Cd file-system PTYFS Includes code for a special file system (normally mounted on .Pa /dev/pts ) Index: src/share/man/man5/fstab.5 diff -u src/share/man/man5/fstab.5:1.45 src/share/man/man5/fstab.5:1.46 --- src/share/man/man5/fstab.5:1.45 Sun Sep 15 21:04:40 2019 +++ src/share/man/man5/fstab.5 Sat Apr 4 15:32:42 2020 @@ -1,4 +1,4 @@ -.\" $NetBSD: fstab.5,v 1.45 2019/09/15 21:04:40 gutteridge Exp $ +.\" $NetBSD: fstab.5,v 1.46 2020/04/04 15:32:42 jdolecek Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -163,8 +163,6 @@ a general file system interface, current a local file system of process information. .It Em ptyfs a pseudo-terminal device file system. -.It Em smbfs -a shared resource from an SMB/CIFS file server. .It Em swap a disk partition to be used for swapping and paging. .It Em tmpfs Index: src/share/man/man7/hier.7 diff -u src/share/man/man7/hier.7:1.138 src/share/man/man7/hier.7:1.139 --- src/share/man/man7/hier.7:1.138 Fri Jan 10 14:56:00 2020 +++ src/share/man/man7/hier.7 Sat Apr 4 15:32:42 2020 @@ -1,4 +1,4 @@ -.\" $NetBSD: hier.7,v 1.138 2020/01/10 14:56:00 maya Exp $ +.\" $NetBSD: hier.7,v 1.139 2020/04/04 15:32:42 jdolecek Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -938,9 +938,6 @@ NTFS file system support; see .It Pa ptyfs/ Pseudo-terminal device file system; see .Xr mount_ptyfs 8 . -.It Pa smbfs/ -SMB/CIFS file system support; see -.Xr mount_smbfs 8 . .It Pa union/ Union file system; see .Xr mount_union 8 .