Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2002 20:09:31 +0200
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        Nate Lawson <nate@root.org>
Cc:        current@FreeBSD.ORG
Subject:   Re: getnewvnode man page update 
Message-ID:  <72810.1032199771@critter.freebsd.dk>
In-Reply-To: Your message of "Mon, 16 Sep 2002 11:01:21 PDT." <Pine.BSF.4.21.0209161100380.37629-100000@root.org> 

next in thread | previous in thread | raw e-mail | index | archive | help

yes.

In message <Pine.BSF.4.21.0209161100380.37629-100000@root.org>, 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




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