diff options
| author | Ben Smithurst <ben@FreeBSD.org> | 2000-07-15 22:28:16 +0000 |
|---|---|---|
| committer | Ben Smithurst <ben@FreeBSD.org> | 2000-07-15 22:28:16 +0000 |
| commit | 3fd5156000420a87f1a9cd6bf787c8dee2261b91 (patch) | |
| tree | 65a0238783a874538c02acb78acd6b8c5484dbbd | |
| parent | 6c91ca38b0a211150a967ee52c325c67fcba1341 (diff) | |
Notes
| -rw-r--r-- | share/man/man9/VOP_LOOKUP.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/VOP_LOOKUP.9 b/share/man/man9/VOP_LOOKUP.9 index 4ad768178a0f..b2f7b24aeb96 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 |
