summaryrefslogtreecommitdiffstats
path: root/share/man/man9/vgone.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-12-14 09:11:13 +0000
committerru <ru@FreeBSD.org>2001-12-14 09:11:13 +0000
commit5cbdc3fd68f69652ae7680ccce867f54dcfeddd7 (patch)
tree61ed68fe6d5c7568f5fc0295ecebad6da8de3536 /share/man/man9/vgone.9
parent1e98a2bc17719c5f5e790cc6121376192638812b (diff)
downloadFreeBSD-src-5cbdc3fd68f69652ae7680ccce867f54dcfeddd7.zip
FreeBSD-src-5cbdc3fd68f69652ae7680ccce867f54dcfeddd7.tar.gz
mdoc(7) police: markup, grammar and spelling nits.
Reviewed by: davidc
Diffstat (limited to 'share/man/man9/vgone.9')
-rw-r--r--share/man/man9/vgone.912
1 files changed, 7 insertions, 5 deletions
diff --git a/share/man/man9/vgone.9 b/share/man/man9/vgone.9
index 3873a7f..3807a0f 100644
--- a/share/man/man9/vgone.9
+++ b/share/man/man9/vgone.9
@@ -30,8 +30,7 @@
.Dt VGONE 9
.Os
.Sh NAME
-.Nm vgone
-.Nm vgonel
+.Nm vgone , vgonel
.Nd "prepare a vnode for reuse"
.Sh SYNOPSIS
.In sys/param.h
@@ -39,7 +38,7 @@
.Ft void
.Fn vgone "struct vnode *vp"
.Ft void
-.Fn vgonel "struct vnod *vp" "struct thread *td"
+.Fn vgonel "struct vnode *vp" "struct thread *td"
.Sh DESCRIPTION
.Fn vgone
and
@@ -48,9 +47,12 @@ prepare a vnode for reuse by another filesystem.
The preparation includes the cleaning of all filesystem specific data and
the removal from its mount point vnode list.
.Pp
-If the vnode has a usecount of zero, and its
+If the vnode has a
+.Va v_usecount
+of zero, and its
.Dv VDOOMED
-flag is not set it is moved to the head of the free list as in most cases the vnode
+flag is not set, it is moved to the head of the free list
+as in most cases the vnode
is about to be reused, or its filesystem being unmounted.
.Pp
The difference between
OpenPOWER on IntegriCloud