mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove VOP_VPTOFH(9) from references in VFS(9), as it's a VOP,
not VFS operation.
This commit is contained in:
parent
8e20a412b1
commit
13d034bf5d
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue