From 13d034bf5d08531ac89cfd0a3def203b029ee510 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Tue, 9 Feb 2010 21:01:18 +0000 Subject: [PATCH] Remove VOP_VPTOFH(9) from references in VFS(9), as it's a VOP, not VFS operation. --- share/man/man9/VFS.9 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/share/man/man9/VFS.9 b/share/man/man9/VFS.9 index 54bdd0ce135..30f89189bf2 100644 --- a/share/man/man9/VFS.9 +++ b/share/man/man9/VFS.9 @@ -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 or casting to .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