From 070f43da7cf3f3552a33c1faebba28a07c64efcd Mon Sep 17 00:00:00 2001 From: njl Date: Mon, 16 Sep 2002 18:16:07 +0000 Subject: Update man page for enum -> const char * change for v_tag --- share/man/man9/getnewvnode.9 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/man/man9/getnewvnode.9 b/share/man/man9/getnewvnode.9 index 8ccbd28..564fbf9 100644 --- a/share/man/man9/getnewvnode.9 +++ b/share/man/man9/getnewvnode.9 @@ -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 @@ The arguments to 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 -- cgit v1.1