VOP_RENAME synopsis:

* tdvp points to a vnode, not a componentname.
* name of the source vnode is fvp, not vp
This commit is contained in:
pooka 2006-10-19 13:44:00 +00:00
parent e8ff7d18f3
commit c870120337
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: vnodeops.9,v 1.56 2006/10/08 08:13:56 pooka Exp $
.\" $NetBSD: vnodeops.9,v 1.57 2006/10/19 13:44:00 pooka Exp $
.\"
.\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -34,7 +34,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd October 8, 2006
.Dd October 19, 2006
.Dt VNODEOPS 9
.Os
.Sh NAME
@ -155,8 +155,8 @@
.Fn VOP_LINK "struct vnode *dvp" "struct vnode *vp" \
"struct componentname *cnp"
.Ft int
.Fn VOP_RENAME "struct vnode *fdvp" "struct vnode *vp" \
"struct componentname *fcnp" "struct componentname *tdvp" \
.Fn VOP_RENAME "struct vnode *fdvp" "struct vnode *fvp" \
"struct componentname *fcnp" "struct vnode *tdvp" \
"struct vnode *tvp" "struct componentname *tcnp"
.Ft int
.Fn VOP_MKDIR "struct vnode *dvp" "struct vnode **vpp" \