Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 apply cosmetics to VOP_MK/RMDIR prototypes



details:   https://anonhg.NetBSD.org/src/rev/426c93c8ea4f
branches:  trunk
changeset: 583548:426c93c8ea4f
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Aug 11 10:49:47 2005 +0000

description:
apply cosmetics to VOP_MK/RMDIR prototypes

diffstat:

 share/man/man9/vnodeops.9 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r f6195a48289b -r 426c93c8ea4f share/man/man9/vnodeops.9
--- a/share/man/man9/vnodeops.9 Thu Aug 11 10:35:24 2005 +0000
+++ b/share/man/man9/vnodeops.9 Thu Aug 11 10:49:47 2005 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: vnodeops.9,v 1.34 2005/08/11 10:06:38 pooka Exp $
+.\"     $NetBSD: vnodeops.9,v 1.35 2005/08/11 10:49:47 pooka Exp $
 .\"
 .\" Copyright (c) 2001, 2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -163,10 +163,10 @@
 "struct componentname *fcnp" "struct componentname *tdvp" \
 "struct vnode *tvp" "struct componentname *tcnp"
 .Ft int
-.Fn VOP_MKDIR "struct vnode *vp" "struct vnode **vpp" \
+.Fn VOP_MKDIR "struct vnode *dvp" "struct vnode **vpp" \
 "struct componentname *cnp" "struct vattr *vap"
 .Ft int
-.Fn VOP_RMDIR "struct vnode *vp" "struct vnode *vp" \
+.Fn VOP_RMDIR "struct vnode *dvp" "struct vnode *vp" \
 "struct componentname *cnp"
 .Ft int
 .Fn VOP_SYMLINK "struct vnode *dvp" "struct vnode **vpp" \



Home | Main Index | Thread Index | Old Index