Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Feb 2014 03:37:20 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r262146 - stable/9/share/man/man9
Message-ID:  <201402180337.s1I3bKHx005040@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wblock (doc committer)
Date: Tue Feb 18 03:37:20 2014
New Revision: 262146
URL: http://svnweb.freebsd.org/changeset/base/262146

Log:
  MFC r261800:
  
  Remove obsolete vnode(9) man page references.

Modified:
  stable/9/share/man/man9/vnode.9
Directory Properties:
  stable/9/share/man/man9/   (props changed)

Modified: stable/9/share/man/man9/vnode.9
==============================================================================
--- stable/9/share/man/man9/vnode.9	Tue Feb 18 03:33:51 2014	(r262145)
+++ stable/9/share/man/man9/vnode.9	Tue Feb 18 03:37:20 2014	(r262146)
@@ -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



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