From owner-freebsd-current Mon Sep 16 11: 9:46 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 15C0537B400 for ; Mon, 16 Sep 2002 11:09:45 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40E9443E75 for ; Mon, 16 Sep 2002 11:09:44 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id g8GI9W0B072811; Mon, 16 Sep 2002 20:09:41 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Nate Lawson Cc: current@FreeBSD.ORG Subject: Re: getnewvnode man page update In-Reply-To: Your message of "Mon, 16 Sep 2002 11:01:21 PDT." Date: Mon, 16 Sep 2002 20:09:31 +0200 Message-ID: <72810.1032199771@critter.freebsd.dk> From: Poul-Henning Kamp 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 yes. In message , Nate Lawson wri tes: >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 > -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message