Bug 56911

Summary: Document for VOP_OPEN missing the last parameter
Product: Documentation Reporter: Jun Su <junsu>
Component: Books & ArticlesAssignee: Hiten Pandya <hmp>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Jun Su 2003-09-16 03:20:16 UTC
	In the current man page. The signature is
int
     VOP_OPEN(struct vnode *vp, int mode, struct ucred *cred,
	     struct thread *td);

It missing the last parameter fdidx.
Comment 1 Hiten Pandya freebsd_committer freebsd_triage 2003-09-19 21:41:18 UTC
Responsible Changed
From-To: freebsd-doc->hmp

I will commit a fix shortly.
Comment 2 Hiten Pandya freebsd_committer freebsd_triage 2004-05-11 00:17:22 UTC
State Changed
From-To: open->closed

A note to VOP_OPEN(9) has been added.  Thanks!