svn commit: r203722 - head/share/man/man9

Edward Tomasz Napierala trasz at FreeBSD.org
Tue Feb 9 21:01:18 UTC 2010


Author: trasz
Date: Tue Feb  9 21:01:18 2010
New Revision: 203722
URL: http://svn.freebsd.org/changeset/base/203722

Log:
  Remove VOP_VPTOFH(9) from references in VFS(9), as it's a VOP,
  not VFS operation.

Modified:
  head/share/man/man9/VFS.9

Modified: head/share/man/man9/VFS.9
==============================================================================
--- head/share/man/man9/VFS.9	Tue Feb  9 20:58:39 2010	(r203721)
+++ head/share/man/man9/VFS.9	Tue Feb  9 21:01:18 2010	(r203722)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 4, 2010
+.Dd February 9, 2010
 .Os
 .Dt VFS 9
 .Sh NAME
@@ -53,7 +53,6 @@ rather than implementing empty functions
 .Xr VFS_SYNC 9 ,
 .Xr VFS_UNMOUNT 9 ,
 .Xr VFS_VGET 9 ,
-.Xr VOP_VPTOFH 9 ,
 .Xr vnode 9
 .Sh AUTHORS
 This manual page was written by


More information about the svn-src-head mailing list