summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-02-06 15:07:35 +0000
committerru <ru@FreeBSD.org>2001-02-06 15:07:35 +0000
commite7014a61ed14440895d63f3925bf12dbac463e53 (patch)
tree3502e20550ecbb342c2cdbb6c939756a5eede798 /share
parent918933a2c37d4a101ebac7bb6cfba78f53fa722a (diff)
downloadFreeBSD-src-e7014a61ed14440895d63f3925bf12dbac463e53.zip
FreeBSD-src-e7014a61ed14440895d63f3925bf12dbac463e53.tar.gz
mdoc(7) police: minor style/formatting fixes.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/VOP_GETVOBJECT.912
1 files changed, 7 insertions, 5 deletions
diff --git a/share/man/man9/VOP_GETVOBJECT.9 b/share/man/man9/VOP_GETVOBJECT.9
index d7d34a8..6f53038 100644
--- a/share/man/man9/VOP_GETVOBJECT.9
+++ b/share/man/man9/VOP_GETVOBJECT.9
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd Sep 10, 2000
+.Dd September 10, 2000
.Os
.Dt VOP_CREATEVOBJECT 9
.Sh NAME
@@ -47,9 +47,9 @@ with a particular vnode.
.Pp
The arguments specific to these functions are:
.Bl -tag -width objpp
-.It Ar vp
+.It Fa vp
the vnode of the file
-.It Ar objpp
+.It Fa objpp
the VM object being returned, or
.Dv NULL
if the caller wants to test for the existence
@@ -86,7 +86,7 @@ These functions are:
and
.Fn vop_stdgetvobject .
.Pp
-.Em Note:
+.Em Note :
a
.Xr vnode 9
should be locked on entry and must be left locked on exit.
@@ -101,7 +101,9 @@ Zero is returned on success, otherwise an error is returned.
.Sh EXAMPLES
.\" XXX Why is this code here when it does not use the functions
.\" described in this manual page?
-By default, filesystems leave VM object handling to the vop_std* functions.
+By default, filesystems leave VM object handling to the
+.Fn vop_std*
+functions.
.Sh SEE ALSO
.Xr VOP_GETPAGES 9 ,
.Xr VOP_PUTPAGES 9 ,
OpenPOWER on IntegriCloud