Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2000 13:25:34 GMT
From:      mellon@pobox.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/18593: VOP_LOOKUP is not a 'VFS entry point'
Message-ID:  <200005161325.NAA04568@happy.checkpoint.com>

next in thread | raw e-mail | index | archive | help

>Number:         18593
>Category:       docs
>Synopsis:       VOP_LOOKUP is not a 'VFS entry point'
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 16 03:30:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Anatoly Vorobey
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:

5.0-CURRENT

>Description:

See the fix which aligns VOP_LOOKUP(9)'s description
with other VOP_ (9) descriptions.

>How-To-Repeat:



>Fix:

RCS file: /freebsd/cvs/src/share/man/man9/VOP_LOOKUP.9,v
retrieving revision 1.8
diff -u -r1.8 VOP_LOOKUP.9
--- VOP_LOOKUP.9	1999/08/28 00:21:14	1.8
+++ VOP_LOOKUP.9	2000/05/16 13:23:45
@@ -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



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005161325.NAA04568>