From junsu@m-net.arbornet.org  Mon Sep 15 19:16:24 2003
Return-Path: <junsu@m-net.arbornet.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 00C9B16A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 Sep 2003 19:16:24 -0700 (PDT)
Received: from arbornet.org (m-net.arbornet.org [209.142.209.161])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2198F43FB1
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 Sep 2003 19:16:19 -0700 (PDT)
	(envelope-from junsu@m-net.arbornet.org)
Received: from m-net.arbornet.org (localhost [127.0.0.1])
	by arbornet.org (8.12.3p2/8.11.2) with ESMTP id h8G2Gsds008574
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 Sep 2003 22:16:54 -0400 (EDT)
	(envelope-from junsu@m-net.arbornet.org)
Received: (from junsu@localhost)
	by m-net.arbornet.org (8.12.3p2/8.12.3/Submit) id h8G2Gsph008441;
	Mon, 15 Sep 2003 22:16:54 -0400 (EDT)
Message-Id: <200309160216.h8G2Gsph008441@m-net.arbornet.org>
Date: Mon, 15 Sep 2003 22:16:54 -0400 (EDT)
From: Jun Su <junsu@m-net.arbornet.org>
Reply-To: Jun Su <junsu@m-net.arbornet.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Document for VOP_OPEN missing the last parameter
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         56911
>Category:       docs
>Synopsis:       Document for VOP_OPEN missing the last parameter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    hmp
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 15 19:20:16 PDT 2003
>Closed-Date:    Mon May 10 16:17:58 PDT 2004
>Last-Modified:  Mon May 10 16:17:58 PDT 2004
>Originator:     Jun Su
>Release:        FreeBSD 5.1-current
>Organization:
NONE
>Environment:
FreeBSD 5.1-Current



>Description:
	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.

>How-To-Repeat:

>Fix:



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->hmp 
Responsible-Changed-By: hmp 
Responsible-Changed-When: Fri Sep 19 13:41:18 PDT 2003 
Responsible-Changed-Why:  
I will commit a fix shortly. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=56911 
State-Changed-From-To: open->closed 
State-Changed-By: hmp 
State-Changed-When: Mon May 10 16:17:22 PDT 2004 
State-Changed-Why:  
A note to VOP_OPEN(9) has been added.  Thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=56911 
>Unformatted:
