From 3fd5156000420a87f1a9cd6bf787c8dee2261b91 Mon Sep 17 00:00:00 2001 From: Ben Smithurst Date: Sat, 15 Jul 2000 22:28:16 +0000 Subject: [PATCH] "VFS entry point" -> "entry point", to be consistent with other VOP_*(9) manual pages. PR: 18593 Submitted by: Anatoly Vorobey --- share/man/man9/VOP_LOOKUP.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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