Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 remove SMBFS and nsmb/netsmb - userland part
details: https://anonhg.NetBSD.org/src/rev/be19f5147a02
branches: trunk
changeset: 970806:be19f5147a02
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sat Apr 04 15:39:13 2020 +0000
description:
remove SMBFS and nsmb/netsmb - userland part
diffstat:
distrib/sets/lists/base/mi | 14 +-
distrib/sets/lists/comp/mi | 22 +-
distrib/sets/lists/debug/mi | 8 +-
distrib/sets/lists/man/mi | 32 +-
distrib/sets/lists/misc/mi | 4 +-
distrib/sets/lists/modules/mi | 6 +-
distrib/sets/lists/rescue/mi | 4 +-
external/bsd/Makefile | 4 +-
external/bsd/smbfs/Makefile | 3 -
external/bsd/smbfs/Makefile.inc | 8 -
external/bsd/smbfs/dist/COPYRIGHT | 29 -
external/bsd/smbfs/dist/CREDITS | 10 -
external/bsd/smbfs/dist/HISTORY | 130 --
external/bsd/smbfs/dist/INSTALL | 68 -
external/bsd/smbfs/dist/Makefile | 87 -
external/bsd/smbfs/dist/Makefile.inc | 43 -
external/bsd/smbfs/dist/README | 50 -
external/bsd/smbfs/dist/config.mk.in | 37 -
external/bsd/smbfs/dist/configure | 3 -
external/bsd/smbfs/dist/examples/dot.nsmbrc | 59 -
external/bsd/smbfs/dist/examples/print/lj6l | 22 -
external/bsd/smbfs/dist/examples/print/ljspool | 4 -
external/bsd/smbfs/dist/examples/print/printcap.sample | 7 -
external/bsd/smbfs/dist/examples/print/tolj | 5 -
external/bsd/smbfs/dist/examples/smbfs.sh.sample | 37 -
external/bsd/smbfs/dist/include/cflib.h | 86 -
external/bsd/smbfs/dist/include/netsmb/nb_lib.h | 147 --
external/bsd/smbfs/dist/include/netsmb/smb_lib.h | 254 -----
external/bsd/smbfs/dist/include/netsmb/smb_rap.h | 74 -
external/bsd/smbfs/dist/include/smb_kernelops.h | 52 -
external/bsd/smbfs/dist/lib/Makefile | 21 -
external/bsd/smbfs/dist/lib/Makefile.inc | 18 -
external/bsd/smbfs/dist/lib/smb/Makefile | 50 -
external/bsd/smbfs/dist/lib/smb/cfopt.c | 127 --
external/bsd/smbfs/dist/lib/smb/ctx.c | 834 -----------------
external/bsd/smbfs/dist/lib/smb/file.c | 86 -
external/bsd/smbfs/dist/lib/smb/kiconv.c | 84 -
external/bsd/smbfs/dist/lib/smb/mbuf.c | 470 ---------
external/bsd/smbfs/dist/lib/smb/nb.c | 197 ----
external/bsd/smbfs/dist/lib/smb/nb_name.c | 206 ----
external/bsd/smbfs/dist/lib/smb/nb_net.c | 144 --
external/bsd/smbfs/dist/lib/smb/nbns_rq.c | 378 -------
external/bsd/smbfs/dist/lib/smb/nls.c | 206 ----
external/bsd/smbfs/dist/lib/smb/print.c | 101 --
external/bsd/smbfs/dist/lib/smb/rap.c | 403 --------
external/bsd/smbfs/dist/lib/smb/rcfile.c | 503 ----------
external/bsd/smbfs/dist/lib/smb/rcfile_priv.h | 20 -
external/bsd/smbfs/dist/lib/smb/rq.c | 182 ---
external/bsd/smbfs/dist/lib/smb/smb_kernelops.c | 53 -
external/bsd/smbfs/dist/lib/smb/subr.c | 383 -------
external/bsd/smbfs/dist/mount_smbfs/Makefile | 18 -
external/bsd/smbfs/dist/mount_smbfs/mount_smbfs.8 | 222 ----
external/bsd/smbfs/dist/mount_smbfs/mount_smbfs.c | 294 -----
external/bsd/smbfs/dist/mount_smbfs/mount_smbfs.h | 37 -
external/bsd/smbfs/dist/smbutil/Makefile | 9 -
external/bsd/smbfs/dist/smbutil/common.h | 23 -
external/bsd/smbfs/dist/smbutil/dumptree.c | 144 --
external/bsd/smbfs/dist/smbutil/login.c | 211 ----
external/bsd/smbfs/dist/smbutil/lookup.c | 111 --
external/bsd/smbfs/dist/smbutil/print.c | 152 ---
external/bsd/smbfs/dist/smbutil/smbutil.1 | 136 --
external/bsd/smbfs/dist/smbutil/smbutil.c | 158 ---
external/bsd/smbfs/dist/smbutil/view.c | 136 --
external/bsd/smbfs/lib/Makefile | 3 -
external/bsd/smbfs/lib/libsmb/Makefile | 18 -
external/bsd/smbfs/sbin/Makefile | 3 -
external/bsd/smbfs/sbin/mount_smbfs/Makefile | 27 -
external/bsd/smbfs/usr.bin/Makefile | 3 -
external/bsd/smbfs/usr.bin/smbutil/Makefile | 20 -
rescue/list | 5 +-
share/man/man4/Makefile | 5 +-
share/man/man4/nsmb.4 | 66 -
72 files changed, 50 insertions(+), 7526 deletions(-)
diffs (truncated from 8138 to 300 lines):
diff -r f6a23f197052 -r be19f5147a02 distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi Sat Apr 04 15:32:42 2020 +0000
+++ b/distrib/sets/lists/base/mi Sat Apr 04 15:39:13 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1237 2020/04/02 13:03:22 roy Exp $
+# $NetBSD: mi,v 1.1238 2020/04/04 15:39:15 jdolecek Exp $
#
# Note: Don't delete entries from here - mark them as "obsolete" instead,
# unless otherwise stated below.
@@ -579,7 +579,7 @@
./sbin/mount_ptyfs base-miscfs-root
./sbin/mount_puffs base-sysutil-root
./sbin/mount_qemufwcfg base-sysutil-root
-./sbin/mount_smbfs base-smbfs-root
+./sbin/mount_smbfs base-obsolete obsolete
./sbin/mount_sysvbfs base-sysutil-root
./sbin/mount_tmpfs base-miscfs-root
./sbin/mount_udf base-sysutil-root
@@ -984,7 +984,7 @@
./usr/bin/skeyinfo base-util-bin skey
./usr/bin/skeyinit base-util-bin skey
./usr/bin/slogin base-secsh-bin
-./usr/bin/smbutil base-util-bin
+./usr/bin/smbutil base-obsolete obsolete
./usr/bin/sockstat base-util-bin
./usr/bin/sort base-util-bin
./usr/bin/spell base-util-bin
@@ -1174,7 +1174,7 @@
./usr/include/fs/nilfs base-c-usr
./usr/include/fs/ptyfs base-c-usr
./usr/include/fs/puffs base-puffs-usr
-./usr/include/fs/smbfs base-c-usr
+./usr/include/fs/smbfs base-obsolete obsolete
./usr/include/fs/sysvbfs base-c-usr
./usr/include/fs/tmpfs base-c-usr
./usr/include/fs/udf base-c-usr
@@ -1272,7 +1272,7 @@
./usr/include/netnatm base-obsolete obsolete
./usr/include/netns base-obsolete obsolete
./usr/include/netpgp base-c-usr
-./usr/include/netsmb base-c-usr
+./usr/include/netsmb base-obsolete obsolete
./usr/include/nfs base-c-usr
./usr/include/ntfs base-c-usr
./usr/include/objc base-objc-usr
@@ -1995,7 +1995,7 @@
./usr/sbin/rump_msdos base-puffs-bin rump
./usr/sbin/rump_nfs base-puffs-bin rump
./usr/sbin/rump_ntfs base-puffs-bin rump
-./usr/sbin/rump_smbfs base-puffs-bin rump
+./usr/sbin/rump_smbfs base-obsolete obsolete
./usr/sbin/rump_syspuffs base-puffs-bin rump
./usr/sbin/rump_sysvbfs base-puffs-bin rump
./usr/sbin/rump_tmpfs base-puffs-bin rump
@@ -2319,7 +2319,7 @@
./usr/share/examples/rpcapd base-netutil-examples
./usr/share/examples/rtadvd base-router-examples
./usr/share/examples/slip base-slip-examples
-./usr/share/examples/smbfs base-sysutil-examples
+./usr/share/examples/smbfs base-obsolete obsolete
./usr/share/examples/supfiles base-obsolete obsolete
./usr/share/examples/syslogd base-sysutil-examples
./usr/share/examples/unbound base-netutil-examples share
diff -r f6a23f197052 -r be19f5147a02 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi Sat Apr 04 15:32:42 2020 +0000
+++ b/distrib/sets/lists/comp/mi Sat Apr 04 15:39:13 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.2317 2020/03/31 16:28:28 maxv Exp $
+# $NetBSD: mi,v 1.2318 2020/04/04 15:39:15 jdolecek Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
./etc/mtree/set.comp comp-sys-root
@@ -873,7 +873,7 @@
./usr/include/fs/nilfs/nilfs_mount.h comp-c-include
./usr/include/fs/ptyfs/ptyfs.h comp-c-include
./usr/include/fs/puffs/puffs_msgif.h comp-puffs-include
-./usr/include/fs/smbfs/smbfs.h comp-c-include
+./usr/include/fs/smbfs/smbfs.h comp-obsolete obsolete
./usr/include/fs/sysvbfs/bfs.h comp-c-include
./usr/include/fs/sysvbfs/sysvbfs_args.h comp-c-include
./usr/include/fs/tmpfs/tmpfs_args.h comp-c-include
@@ -2601,11 +2601,11 @@
./usr/include/netns/spp_var.h comp-obsolete obsolete
./usr/include/netpgp.h comp-c-include
./usr/include/netpgp/verify.h comp-c-include
-./usr/include/netsmb/iconv.h comp-c-include
-./usr/include/netsmb/netbios.h comp-c-include
-./usr/include/netsmb/smb.h comp-c-include
-./usr/include/netsmb/smb_conn.h comp-c-include
-./usr/include/netsmb/smb_dev.h comp-c-include
+./usr/include/netsmb/iconv.h comp-obsolete obsolete
+./usr/include/netsmb/netbios.h comp-obsolete obsolete
+./usr/include/netsmb/smb.h comp-obsolete obsolete
+./usr/include/netsmb/smb_conn.h comp-obsolete obsolete
+./usr/include/netsmb/smb_dev.h comp-obsolete obsolete
./usr/include/nfs/krpc.h comp-c-include
./usr/include/nfs/nfs.h comp-c-include
./usr/include/nfs/nfs_var.h comp-obsolete obsolete
@@ -3690,8 +3690,8 @@
./usr/lib/librumpdev_fss_p.a comp-c-proflib rump,profile
./usr/lib/librumpdev_md.a comp-c-lib rump
./usr/lib/librumpdev_md_p.a comp-c-proflib rump,profile
-./usr/lib/librumpdev_netsmb.a comp-c-lib rump
-./usr/lib/librumpdev_netsmb_p.a comp-c-proflib rump,profile
+./usr/lib/librumpdev_netsmb.a comp-obsolete obsolete
+./usr/lib/librumpdev_netsmb_p.a comp-obsolete obsolete
./usr/lib/librumpdev_opencrypto.a comp-c-lib rump
./usr/lib/librumpdev_opencrypto_p.a comp-c-proflib rump,profile
./usr/lib/librumpdev_p.a comp-c-proflib compatfile,rump,profile
@@ -3763,8 +3763,8 @@
./usr/lib/librumpfs_nullfs_p.a comp-obsolete obsolete
./usr/lib/librumpfs_ptyfs.a comp-c-lib rump
./usr/lib/librumpfs_ptyfs_p.a comp-c-proflib rump,profile
-./usr/lib/librumpfs_smbfs.a comp-c-lib rump
-./usr/lib/librumpfs_smbfs_p.a comp-c-proflib rump,profile
+./usr/lib/librumpfs_smbfs.a comp-obsolete obsolete
+./usr/lib/librumpfs_smbfs_p.a comp-obsolete obsolete
./usr/lib/librumpfs_syspuffs.a comp-c-lib rump
./usr/lib/librumpfs_syspuffs_p.a comp-c-proflib rump,profile
./usr/lib/librumpfs_sysvbfs.a comp-c-lib rump
diff -r f6a23f197052 -r be19f5147a02 distrib/sets/lists/debug/mi
--- a/distrib/sets/lists/debug/mi Sat Apr 04 15:32:42 2020 +0000
+++ b/distrib/sets/lists/debug/mi Sat Apr 04 15:39:13 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.299 2020/03/30 02:12:38 christos Exp $
+# $NetBSD: mi,v 1.300 2020/04/04 15:39:16 jdolecek Exp $
./etc/mtree/set.debug comp-sys-root
./usr/lib comp-sys-usr compatdir
./usr/lib/i18n/libBIG5_g.a comp-c-debuglib debuglib,compatfile
@@ -190,7 +190,7 @@
./usr/lib/librumpfs_null_g.a comp-c-debuglib debuglib,rump
./usr/lib/librumpfs_nullfs_g.a comp-obsolete obsolete,compatfile
./usr/lib/librumpfs_ptyfs_g.a comp-c-debuglib debuglib,rump
-./usr/lib/librumpfs_smbfs_g.a comp-c-debuglib debuglib,rump
+./usr/lib/librumpfs_smbfs_g.a comp-obsolete obsolete
./usr/lib/librumpfs_syspuffs_g.a comp-c-debuglib debuglib,rump
./usr/lib/librumpfs_sysvbfs_g.a comp-c-debuglib debuglib,rump
./usr/lib/librumpfs_tmpfs_g.a comp-c-debuglib debuglib,rump
@@ -380,7 +380,7 @@
./usr/libdata/debug/sbin/mount_ptyfs.debug comp-miscfs-debug debug
./usr/libdata/debug/sbin/mount_puffs.debug comp-sysutil-debug debug
./usr/libdata/debug/sbin/mount_qemufwcfg.debug comp-sysutil-debug debug
-./usr/libdata/debug/sbin/mount_smbfs.debug comp-smbfs-debug debug
+./usr/libdata/debug/sbin/mount_smbfs.debug comp-obsolete obsolete
./usr/libdata/debug/sbin/mount_sysvbfs.debug comp-sysutil-debug debug
./usr/libdata/debug/sbin/mount_tmpfs.debug comp-miscfs-debug debug
./usr/libdata/debug/sbin/mount_udf.debug comp-sysutil-debug debug
@@ -1265,7 +1265,7 @@
./usr/libdata/debug/usr/sbin/rump_msdos.debug comp-puffs-debug debug,rump
./usr/libdata/debug/usr/sbin/rump_nfs.debug comp-puffs-debug debug,rump
./usr/libdata/debug/usr/sbin/rump_ntfs.debug comp-puffs-debug debug,rump
-./usr/libdata/debug/usr/sbin/rump_smbfs.debug comp-puffs-debug debug,rump
+./usr/libdata/debug/usr/sbin/rump_smbfs.debug comp-obsolete obsolete
./usr/libdata/debug/usr/sbin/rump_syspuffs.debug comp-puffs-debug debug,rump
./usr/libdata/debug/usr/sbin/rump_sysvbfs.debug comp-puffs-debug debug,rump
./usr/libdata/debug/usr/sbin/rump_tmpfs.debug comp-puffs-debug debug,rump
diff -r f6a23f197052 -r be19f5147a02 distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Sat Apr 04 15:32:42 2020 +0000
+++ b/distrib/sets/lists/man/mi Sat Apr 04 15:39:13 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1685 2020/04/02 03:32:46 kamil Exp $
+# $NetBSD: mi,v 1.1686 2020/04/04 15:39:16 jdolecek Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -536,7 +536,7 @@
./usr/share/man/cat1/skeyinit.0 man-util-catman skey,.cat
./usr/share/man/cat1/sleep.0 man-util-catman .cat
./usr/share/man/cat1/slogin.0 man-secsh-catman .cat
-./usr/share/man/cat1/smbutil.0 man-util-catman .cat
+./usr/share/man/cat1/smbutil.0 man-obsolete obsolete
./usr/share/man/cat1/sntp.0 man-ntp-catman .cat
./usr/share/man/cat1/sockstat.0 man-util-catman .cat
./usr/share/man/cat1/sort.0 man-util-catman .cat
@@ -1534,7 +1534,7 @@
./usr/share/man/cat4/nele.0 man-sys-catman .cat
./usr/share/man/cat4/neo.0 man-sys-catman .cat
./usr/share/man/cat4/netintro.0 man-sys-catman .cat
-./usr/share/man/cat4/netsmb.0 man-sys-catman .cat
+./usr/share/man/cat4/netsmb.0 man-obsolete obsolete
./usr/share/man/cat4/networking.0 man-sys-catman .cat
./usr/share/man/cat4/nfe.0 man-sys-catman .cat
./usr/share/man/cat4/nfsmb.0 man-sys-catman .cat
@@ -1545,7 +1545,7 @@
./usr/share/man/cat4/nsclpcsio.0 man-sys-catman .cat
./usr/share/man/cat4/nside.0 man-sys-catman .cat
./usr/share/man/cat4/nsip.0 man-obsolete obsolete
-./usr/share/man/cat4/nsmb.0 man-sys-catman .cat
+./usr/share/man/cat4/nsmb.0 man-obsolete obsolete
./usr/share/man/cat4/nsp.0 man-obsolete obsolete
./usr/share/man/cat4/nsphy.0 man-sys-catman .cat
./usr/share/man/cat4/nsphyter.0 man-sys-catman .cat
@@ -2831,7 +2831,7 @@
./usr/share/man/cat8/mount_ptyfs.0 man-sysutil-catman .cat
./usr/share/man/cat8/mount_puffs.0 man-sysutil-catman .cat
./usr/share/man/cat8/mount_qemufwcfg.0 man-sysutil-catman .cat
-./usr/share/man/cat8/mount_smbfs.0 man-smbfs-catman .cat
+./usr/share/man/cat8/mount_smbfs.0 man-obsolete obsolete
./usr/share/man/cat8/mount_sysctlfs.0 man-puffs-catman .cat
./usr/share/man/cat8/mount_sysvbfs.0 man-sysutil-catman .cat
./usr/share/man/cat8/mount_tmpfs.0 man-sysutil-catman .cat
@@ -3080,7 +3080,7 @@
./usr/share/man/cat8/rump_msdos.0 man-puffs-catman .cat,rump
./usr/share/man/cat8/rump_nfs.0 man-puffs-catman .cat,rump
./usr/share/man/cat8/rump_ntfs.0 man-puffs-catman .cat,rump
-./usr/share/man/cat8/rump_smbfs.0 man-puffs-catman .cat,rump
+./usr/share/man/cat8/rump_smbfs.0 man-obsolete obsolete
./usr/share/man/cat8/rump_syspuffs.0 man-puffs-catman .cat,rump
./usr/share/man/cat8/rump_sysvbfs.0 man-puffs-catman .cat,rump
./usr/share/man/cat8/rump_tmpfs.0 man-puffs-catman .cat,rump
@@ -3816,7 +3816,7 @@
./usr/share/man/html1/skeyinit.html man-util-htmlman skey,html
./usr/share/man/html1/sleep.html man-util-htmlman html
./usr/share/man/html1/slogin.html man-secsh-htmlman html
-./usr/share/man/html1/smbutil.html man-util-htmlman html
+./usr/share/man/html1/smbutil.html man-obsolete obsolete
./usr/share/man/html1/sntp.html man-ntp-htmlman html
./usr/share/man/html1/sockstat.html man-util-htmlman html
./usr/share/man/html1/sort.html man-util-htmlman html
@@ -4713,7 +4713,7 @@
./usr/share/man/html4/nele.html man-sys-htmlman html
./usr/share/man/html4/neo.html man-sys-htmlman html
./usr/share/man/html4/netintro.html man-sys-htmlman html
-./usr/share/man/html4/netsmb.html man-sys-htmlman html
+./usr/share/man/html4/netsmb.html man-obsolete obsolete
./usr/share/man/html4/networking.html man-sys-htmlman html
./usr/share/man/html4/nfe.html man-sys-htmlman html
./usr/share/man/html4/nfsmb.html man-sys-htmlman html
@@ -4722,7 +4722,7 @@
./usr/share/man/html4/njs.html man-sys-htmlman html
./usr/share/man/html4/nsclpcsio.html man-sys-htmlman html
./usr/share/man/html4/nside.html man-sys-htmlman html
-./usr/share/man/html4/nsmb.html man-sys-htmlman html
+./usr/share/man/html4/nsmb.html man-obsolete obsolete
./usr/share/man/html4/nsp.html man-obsolete obsolete
./usr/share/man/html4/nsphy.html man-sys-htmlman html
./usr/share/man/html4/nsphyter.html man-sys-htmlman html
@@ -5846,7 +5846,7 @@
./usr/share/man/html8/mount_ptyfs.html man-sysutil-htmlman html
./usr/share/man/html8/mount_puffs.html man-sysutil-htmlman html
./usr/share/man/html8/mount_qemufwcfg.html man-sysutil-htmlman html
-./usr/share/man/html8/mount_smbfs.html man-smbfs-htmlman html
+./usr/share/man/html8/mount_smbfs.html man-obsolete obsolete
./usr/share/man/html8/mount_sysctlfs.html man-puffs-htmlman html
./usr/share/man/html8/mount_sysvbfs.html man-sysutil-htmlman html
./usr/share/man/html8/mount_tmpfs.html man-sysutil-htmlman html
@@ -6047,7 +6047,7 @@
./usr/share/man/html8/rump_msdos.html man-puffs-htmlman html,rump
./usr/share/man/html8/rump_nfs.html man-puffs-htmlman html,rump
./usr/share/man/html8/rump_ntfs.html man-puffs-htmlman html,rump
-./usr/share/man/html8/rump_smbfs.html man-puffs-htmlman html,rump
+./usr/share/man/html8/rump_smbfs.html man-obsolete obsolete
./usr/share/man/html8/rump_syspuffs.html man-puffs-htmlman html,rump
./usr/share/man/html8/rump_sysvbfs.html man-puffs-htmlman html,rump
./usr/share/man/html8/rump_tmpfs.html man-puffs-htmlman html,rump
@@ -6748,7 +6748,7 @@
./usr/share/man/man1/skeyinit.1 man-util-man skey,.man
./usr/share/man/man1/sleep.1 man-util-man .man
./usr/share/man/man1/slogin.1 man-secsh-man .man
-./usr/share/man/man1/smbutil.1 man-util-man .man
+./usr/share/man/man1/smbutil.1 man-obsolete obsolete
./usr/share/man/man1/sntp.1 man-ntp-man .man
./usr/share/man/man1/sockstat.1 man-util-man .man
./usr/share/man/man1/sort.1 man-util-man .man
@@ -7746,7 +7746,7 @@
./usr/share/man/man4/nele.4 man-sys-man .man
./usr/share/man/man4/neo.4 man-sys-man .man
./usr/share/man/man4/netintro.4 man-sys-man .man
-./usr/share/man/man4/netsmb.4 man-sys-man .man
+./usr/share/man/man4/netsmb.4 man-obsolete obsolete
./usr/share/man/man4/networking.4 man-sys-man .man
./usr/share/man/man4/nfe.4 man-sys-man .man
./usr/share/man/man4/nfsmb.4 man-sys-man .man
@@ -7757,7 +7757,7 @@
./usr/share/man/man4/nsclpcsio.4 man-sys-man .man
./usr/share/man/man4/nside.4 man-sys-man .man
./usr/share/man/man4/nsip.4 man-obsolete obsolete
-./usr/share/man/man4/nsmb.4 man-sys-man .man
+./usr/share/man/man4/nsmb.4 man-obsolete obsolete
./usr/share/man/man4/nsp.4 man-obsolete obsolete
./usr/share/man/man4/nsphy.4 man-sys-man .man
./usr/share/man/man4/nsphyter.4 man-sys-man .man
@@ -9043,7 +9043,7 @@
./usr/share/man/man8/mount_ptyfs.8 man-sysutil-man .man
./usr/share/man/man8/mount_puffs.8 man-sysutil-man .man
./usr/share/man/man8/mount_qemufwcfg.8 man-sysutil-man .man
-./usr/share/man/man8/mount_smbfs.8 man-smbfs-man .man
+./usr/share/man/man8/mount_smbfs.8 man-obsolete obsolete
./usr/share/man/man8/mount_sysctlfs.8 man-puffs-man .man
./usr/share/man/man8/mount_sysvbfs.8 man-sysutil-man .man
./usr/share/man/man8/mount_tmpfs.8 man-sysutil-man .man
@@ -9292,7 +9292,7 @@
./usr/share/man/man8/rump_msdos.8 man-puffs-man .man,rump
./usr/share/man/man8/rump_nfs.8 man-puffs-man .man,rump
./usr/share/man/man8/rump_ntfs.8 man-puffs-man .man,rump
-./usr/share/man/man8/rump_smbfs.8 man-puffs-man .man,rump
+./usr/share/man/man8/rump_smbfs.8 man-obsolete obsolete
./usr/share/man/man8/rump_syspuffs.8 man-puffs-man .man,rump
./usr/share/man/man8/rump_sysvbfs.8 man-puffs-man .man,rump
./usr/share/man/man8/rump_tmpfs.8 man-puffs-man .man,rump
Home |
Main Index |
Thread Index |
Old Index