summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2002-09-16 18:16:07 +0000
committernjl <njl@FreeBSD.org>2002-09-16 18:16:07 +0000
commit070f43da7cf3f3552a33c1faebba28a07c64efcd (patch)
tree26c41c6b893339e516eb9f13d9b186baea0e1fe0 /share
parent12e08f523fc4cdfa1a4b0095ce5e9c90fa02899e (diff)
downloadFreeBSD-src-070f43da7cf3f3552a33c1faebba28a07c64efcd.zip
FreeBSD-src-070f43da7cf3f3552a33c1faebba28a07c64efcd.tar.gz
Update man page for enum -> const char * change for v_tag
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/getnewvnode.95
1 files changed, 3 insertions, 2 deletions
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
OpenPOWER on IntegriCloud