diff --git a/share/man/man9/VOP_LOOKUP.9 b/share/man/man9/VOP_LOOKUP.9 index 4ad768178a0..b2f7b24aeb9 100644 --- a/share/man/man9/VOP_LOOKUP.9 +++ b/share/man/man9/VOP_LOOKUP.9 @@ -41,7 +41,7 @@ .Ft int .Fn VOP_LOOKUP "struct vnode *dvp" "struct vnode **vpp" "struct componentname *cnp" .Sh DESCRIPTION -This VFS entry point looks up a single pathname component in a given directory. +This entry point looks up a single pathname component in a given directory. .Pp Its arguments are: .Bl -tag -width vpp