svn commit: r252487 - in stable/9: . share/man/man9
Xin LI
delphij at FreeBSD.org
Mon Jul 1 21:59:19 UTC 2013
Author: delphij
Date: Mon Jul 1 21:59:17 2013
New Revision: 252487
URL: http://svnweb.freebsd.org/changeset/base/252487
Log:
MFC r251825,252486:
Remove vfs_mount(9), it have been died since 2004.
Deleted:
stable/9/share/man/man9/vfs_mount.9
Modified:
stable/9/ObsoleteFiles.inc (contents, props changed)
stable/9/share/man/man9/Makefile
stable/9/share/man/man9/kernel_mount.9
stable/9/share/man/man9/vfsconf.9
Directory Properties:
stable/9/share/man/man9/ (props changed)
Modified: stable/9/ObsoleteFiles.inc
==============================================================================
--- stable/9/ObsoleteFiles.inc Mon Jul 1 21:58:08 2013 (r252486)
+++ stable/9/ObsoleteFiles.inc Mon Jul 1 21:59:17 2013 (r252487)
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20130701: vfs_mount.9 removed
+OLD_FILES+=usr/share/man/man9/vfs_mount.9.gz
# 20130624: vinum.4 removed
OLD_FILES+=usr/share/man/man4/vinum.4.gz
# 20130415: Ports are no more available via cvsup
Modified: stable/9/share/man/man9/Makefile
==============================================================================
--- stable/9/share/man/man9/Makefile Mon Jul 1 21:58:08 2013 (r252486)
+++ stable/9/share/man/man9/Makefile Mon Jul 1 21:59:17 2013 (r252487)
@@ -280,7 +280,6 @@ MAN= accept_filter.9 \
vfs_getvfs.9 \
VFS_LOCK_GIANT.9 \
VFS_MOUNT.9 \
- vfs_mount.9 \
vfs_mountedfrom.9 \
VFS_QUOTACTL.9 \
VFS_ROOT.9 \
Modified: stable/9/share/man/man9/kernel_mount.9
==============================================================================
--- stable/9/share/man/man9/kernel_mount.9 Mon Jul 1 21:58:08 2013 (r252486)
+++ stable/9/share/man/man9/kernel_mount.9 Mon Jul 1 21:59:17 2013 (r252487)
@@ -195,7 +195,6 @@ must come in pairs, e.g.,
.Sh SEE ALSO
.Xr VFS 9 ,
.Xr VFS_MOUNT 9 ,
-.Xr vfs_mount 9
.Sh HISTORY
The
.Fn kernel_mount
Modified: stable/9/share/man/man9/vfsconf.9
==============================================================================
--- stable/9/share/man/man9/vfsconf.9 Mon Jul 1 21:58:08 2013 (r252486)
+++ stable/9/share/man/man9/vfsconf.9 Mon Jul 1 21:59:17 2013 (r252487)
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 21, 2001
+.Dd June 16, 2013
.Dt VFSCONF 9
.Os
.Sh NAME
@@ -58,7 +58,7 @@ struct vfsconf {
.Ed
.Pp
When a new file system is mounted,
-.Xr vfs_mount 9
+.Xr mount 2
does a lookup of the
.Vt vfsconf
structure by its name, and if it is not already registered,
@@ -143,7 +143,7 @@ or
.Fn vfs_unregister ,
whatever the case.
.Sh SEE ALSO
-.Xr vfs_mount 9 ,
+.Xr mount 2 ,
.Xr vfs_rootmountalloc 9 ,
.Xr VFS_SET 9
.Sh AUTHORS
More information about the svn-src-stable-9
mailing list