diff options
-rw-r--r-- | share/man/man9/vnode.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9 index 6111541d5c1..9ac5b6c164b 100644 --- a/share/man/man9/vnode.9 +++ b/share/man/man9/vnode.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vnode.9,v 1.26 2007/05/31 19:20:01 jmc Exp $ +.\" $OpenBSD: vnode.9,v 1.27 2008/04/12 10:18:01 jmc Exp $ .\" .\" Copyright (c) 2001 Constantine Sapuntzakis .\" All rights reserved. @@ -23,7 +23,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: April 12 2008 $ .Dt VNODE 9 .Os .Sh NAME @@ -142,7 +142,7 @@ reused for another file until its reference count hits zero. .Ss Vnode pool The .Xr getnewvnode 9 -system call allocates a vnode from the pool, possibly reusing an +call allocates a vnode from the pool, possibly reusing an inactive vnode, and returns it to the caller. The vnode returned has a reference count .Pq Va v_usecount |