summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-04-12 10:18:02 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-04-12 10:18:02 +0000
commit2faca1adaf2174a8c409dd6970b736f392e60a3d (patch)
treecd896a0a8aa1b17f29a575aec8429d786296427a
parentb2a2a9884d0eeb6babeffebd36934a0fc88c8021 (diff)
getnewvnode() is not a system call; fix from Iruata Souza, though i
chose to refer to it as a "call", rather than function, in keeping with the rest of the section; ok dlg
-rw-r--r--share/man/man9/vnode.96
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