summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorwblock <wblock@FreeBSD.org>2014-02-12 16:39:56 +0000
committerwblock <wblock@FreeBSD.org>2014-02-12 16:39:56 +0000
commit66d02c4143f267d07b6f3fb687c296d442382660 (patch)
treedc167730c0a8eca0113af4f60c45698ba9a5a7b5 /share
parent196c663f8db68c43aacecf1e73eb8241b59deab8 (diff)
downloadFreeBSD-src-66d02c4143f267d07b6f3fb687c296d442382660.zip
FreeBSD-src-66d02c4143f267d07b6f3fb687c296d442382660.tar.gz
Remove obsolete vnode(9) man page references.
PR: docs/186537 Submitted by: Miklos Magyari <miklos@magyari.hu> MFC after: 3 days
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/vnode.913
1 files changed, 5 insertions, 8 deletions
diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9
index 652d972..cc80bde 100644
--- a/share/man/man9/vnode.9
+++ b/share/man/man9/vnode.9
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 13, 2010
+.Dd February 12, 2014
.Dt VNODE 9
.Os
.Sh NAME
@@ -69,11 +69,8 @@ and the
.Va v_holdcnt
of a vnode reaches zero then the vnode will be put on the freelist
and may be reused for another file, possibly in another file system.
-The transition to and from the freelist is handled by
-.Xr getnewvnode 9 ,
-.Xr vfree 9
-and
-.Xr vbusy 9 .
+The transition from the freelist is handled by
+.Xr getnewvnode 9 .
The third is a count of the number of clients which are writing into
the file.
It is maintained by the
@@ -82,9 +79,9 @@ and
.Xr close 2
system calls.
.Pp
-Any call which returns a vnode (e.g.\&
+Any call which returns a vnode (e.g.,\&
.Xr vget 9 ,
-.Xr VOP_LOOKUP 9
+.Xr VOP_LOOKUP 9 ,
etc.)
will increase the
.Va v_usecount
OpenPOWER on IntegriCloud