From owner-freebsd-current Mon Sep 16 11: 1:29 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83B6537B400 for ; Mon, 16 Sep 2002 11:01:28 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 13E3443E77 for ; Mon, 16 Sep 2002 11:01:24 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 37631 invoked by uid 1000); 16 Sep 2002 18:01:21 -0000 Date: Mon, 16 Sep 2002 11:01:21 -0700 (PDT) From: Nate Lawson To: current@freebsd.org Subject: getnewvnode man page update Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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