"VFS entry point" -> "entry point", to be consistent with other VOP_*(9)

manual pages.

PR:		18593
Submitted by:	Anatoly Vorobey <mellon@pobox.com>
This commit is contained in:
Ben Smithurst 2000-07-15 22:28:16 +00:00
parent 6c91ca38b0
commit 3fd5156000
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63232

View file

@ -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