summaryrefslogtreecommitdiffstats
path: root/share/man/man9/vrele.9
diff options
context:
space:
mode:
authorhmp <hmp@FreeBSD.org>2003-05-31 14:07:25 +0000
committerhmp <hmp@FreeBSD.org>2003-05-31 14:07:25 +0000
commit5d71788a056bfdb2b7446be7e42b64371485657f (patch)
tree699677a7aafb30afb978e6dbdfaeb7e00df0b977 /share/man/man9/vrele.9
parentf2f79e8c3fd78874b7ac71ce17f19bb9f33d3061 (diff)
downloadFreeBSD-src-5d71788a056bfdb2b7446be7e42b64371485657f.zip
FreeBSD-src-5d71788a056bfdb2b7446be7e42b64371485657f.tar.gz
Some mdoc(7) fixes:
Nuke incorrect usage of .Ar; replace it with .Vt, .Va or .Fa appropriately. The .Ar mdoc(7) specifier should only be used when displaying command line arguments. Approved by: des (mentor)
Diffstat (limited to 'share/man/man9/vrele.9')
-rw-r--r--share/man/man9/vrele.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/vrele.9 b/share/man/man9/vrele.9
index 28478db..acc6566 100644
--- a/share/man/man9/vrele.9
+++ b/share/man/man9/vrele.9
@@ -41,10 +41,10 @@
.Fn vrele "struct vnode *vp"
.Sh DESCRIPTION
Decrement the
-.Dv v_usecount
+.Va v_usecount
field of a vnode.
.Bl -tag -width 2n
-.It Ar vp
+.It Fa vp
the vnode to decrement
.El
.Pp
@@ -52,7 +52,7 @@ Any code in the system which is using a vnode should call
.Fn vrele
when it is finished with the vnode.
If the
-.Dv v_usecount
+.Va v_usecount
field of the vnode reaches zero, then it will be placed on the free list.
.Sh SEE ALSO
.Xr vget 9 ,
OpenPOWER on IntegriCloud