"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:
parent
6c91ca38b0
commit
3fd5156000
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user