summaryrefslogtreecommitdiffstats
path: root/share/man/man9/vcount.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-02-06 14:58:39 +0000
committerru <ru@FreeBSD.org>2001-02-06 14:58:39 +0000
commitabe7e4afb5c0b97a7e601f50d700039444ba416a (patch)
treec16e9e3054b179bfce27b035bbb12538275c209e /share/man/man9/vcount.9
parent29e0bb6e633d0961b6f47df5181885ed2a4916bb (diff)
downloadFreeBSD-src-abe7e4afb5c0b97a7e601f50d700039444ba416a.zip
FreeBSD-src-abe7e4afb5c0b97a7e601f50d700039444ba416a.tar.gz
mdoc(7) police: minor style/formatting fixes.
Diffstat (limited to 'share/man/man9/vcount.9')
-rw-r--r--share/man/man9/vcount.916
1 files changed, 10 insertions, 6 deletions
diff --git a/share/man/man9/vcount.9 b/share/man/man9/vcount.9
index a83fb7c..b77d85b 100644
--- a/share/man/man9/vcount.9
+++ b/share/man/man9/vcount.9
@@ -32,13 +32,13 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 6th, 2001
+.Dd February 6, 2001
.Os
.Dt VCOUNT 9
.Sh NAME
.Nm vcount ,
.Nm count_dev
-.Nd get total number of references to a device.
+.Nd "get total number of references to a device"
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/conf.h>
@@ -52,8 +52,13 @@
is used to get the number of references to a particular device.
It allows for the fact that multiple vnodes may reference the same device.
.Fn count_dev
-does the same thing as vcount,
-but takes a dev_t rather than a vnode pointer as an argument.
+does the same thing as
+.Fn vcount ,
+but takes a
+.Vt dev_t
+rather than a
+.Vt "struct vnode"
+pointer as an argument.
.Sh RETURN VALUES
.Fn vcount
and
@@ -61,8 +66,7 @@ and
both return the number of references to the device.
.Sh SEE ALSO
.Xr VFS 9 ,
-.Xr vnode 9 ,
-.Pa src/sys/kern/vfs_subr.c
+.Xr vnode 9
.Sh AUTHORS
This man page was written by
.An Andrew Stevenson .
OpenPOWER on IntegriCloud