Author: delphij
Date: Mon Jun 17 03:32:27 2013
New Revision: 251825
URL: http://svnweb.freebsd.org/changeset/base/251825

Log:
  Remove vfs_mount(9), it have been died since 2004.
  
  Noticed by:   git via alfred
  MFC after:    2 weeks

Deleted:
  head/share/man/man9/vfs_mount.9
Modified:
  head/ObsoleteFiles.inc
  head/share/man/man9/Makefile
  head/share/man/man9/kernel_mount.9
  head/share/man/man9/vfsconf.9

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc      Mon Jun 17 01:43:07 2013        (r251824)
+++ head/ObsoleteFiles.inc      Mon Jun 17 03:32:27 2013        (r251825)
@@ -38,6 +38,8 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20130616: vfs_mounted.9 removed
+OLD_FILES+=usr/share/man/man9/vfs_mount.9.gz
 # 20130614: remove CVS from base
 OLD_FILES+=usr/bin/cvs
 OLD_FILES+=usr/bin/cvsbug

Modified: head/share/man/man9/Makefile
==============================================================================
--- head/share/man/man9/Makefile        Mon Jun 17 01:43:07 2013        
(r251824)
+++ head/share/man/man9/Makefile        Mon Jun 17 03:32:27 2013        
(r251825)
@@ -282,7 +282,6 @@ MAN=        accept_filter.9 \
        vfs_getopt.9 \
        vfs_getvfs.9 \
        VFS_MOUNT.9 \
-       vfs_mount.9 \
        vfs_mountedfrom.9 \
        VFS_QUOTACTL.9 \
        VFS_ROOT.9 \

Modified: head/share/man/man9/kernel_mount.9
==============================================================================
--- head/share/man/man9/kernel_mount.9  Mon Jun 17 01:43:07 2013        
(r251824)
+++ head/share/man/man9/kernel_mount.9  Mon Jun 17 03:32:27 2013        
(r251825)
@@ -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: head/share/man/man9/vfsconf.9
==============================================================================
--- head/share/man/man9/vfsconf.9       Mon Jun 17 01:43:07 2013        
(r251824)
+++ head/share/man/man9/vfsconf.9       Mon Jun 17 03:32:27 2013        
(r251825)
@@ -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-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to