Author: delphij
Date: Mon Jul  1 22:02:39 2013
New Revision: 252488
URL: http://svnweb.freebsd.org/changeset/base/252488

Log:
  MFC r251825,252486:
  
  Remove vfs_mount(9), it have been died since 2004.

Deleted:
  stable/8/share/man/man9/vfs_mount.9
Modified:
  stable/8/ObsoleteFiles.inc   (contents, props changed)
  stable/8/share/man/man9/Makefile
  stable/8/share/man/man9/kernel_mount.9
  stable/8/share/man/man9/vfsconf.9
Directory Properties:
  stable/8/share/man/man9/   (props changed)

Modified: stable/8/ObsoleteFiles.inc
==============================================================================
--- stable/8/ObsoleteFiles.inc  Mon Jul  1 21:59:17 2013        (r252487)
+++ stable/8/ObsoleteFiles.inc  Mon Jul  1 22:02:39 2013        (r252488)
@@ -14,6 +14,8 @@
 # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
 #
 
+# 20130701: vfs_mount.9 removed
+OLD_FILES+=usr/share/man/man9/vfs_mount.9.gz
 # 20110915: rename congestion control manpages
 OLD_FILES+=usr/share/man/man4/cc.4.gz
 OLD_FILES+=usr/share/man/man9/cc.9.gz

Modified: stable/8/share/man/man9/Makefile
==============================================================================
--- stable/8/share/man/man9/Makefile    Mon Jul  1 21:59:17 2013        
(r252487)
+++ stable/8/share/man/man9/Makefile    Mon Jul  1 22:02:39 2013        
(r252488)
@@ -277,7 +277,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/8/share/man/man9/kernel_mount.9
==============================================================================
--- stable/8/share/man/man9/kernel_mount.9      Mon Jul  1 21:59:17 2013        
(r252487)
+++ stable/8/share/man/man9/kernel_mount.9      Mon Jul  1 22:02:39 2013        
(r252488)
@@ -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/8/share/man/man9/vfsconf.9
==============================================================================
--- stable/8/share/man/man9/vfsconf.9   Mon Jul  1 21:59:17 2013        
(r252487)
+++ stable/8/share/man/man9/vfsconf.9   Mon Jul  1 22:02:39 2013        
(r252488)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to