Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2002 11:01:21 -0700 (PDT)
From:      Nate Lawson <nate@root.org>
To:        current@freebsd.org
Subject:   getnewvnode man page update
Message-ID:  <Pine.BSF.4.21.0209161100380.37629-100000@root.org>

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

Index: getnewvnode.9
===================================================================
RCS file: /home/ncvs/src/share/man/man9/getnewvnode.9,v
retrieving revision 1.1
diff -u -u -r1.1 getnewvnode.9
--- getnewvnode.9       2 Dec 2001 02:13:35 -0000       1.1
+++ getnewvnode.9       16 Sep 2002 10:59:58 -0000
@@ -37,7 +37,7 @@
 .In sys/vnode.h
 .In sys/mount.h
 .Ft int
-.Fn getnewvnode "enum vtagtype tag" "struct mount *mp" "vop_t
**vops" "struct vnode **vpp"
+.Fn getnewvnode "const char *tag" "struct mount *mp" "vop_t
**vops" "struct vnode **vpp"
 .Sh DESCRIPTION
 The
 .Fn getnewvnode
@@ -51,7 +51,8 @@
 are:
 .Bl -tag -width ".Fa vops"
 .It Fa tag
-The filesystem type.
+The filesystem type string.  This field should only be referenced for
+debugging or for userland utilities.
 .It Fa mp
 The mount point to add the new vnode to.
 .It Fa vops



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0209161100380.37629-100000>