summaryrefslogtreecommitdiffstats
path: root/share/man/man9/kobj.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/kobj.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/kobj.9')
-rw-r--r--share/man/man9/kobj.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/kobj.9 b/share/man/man9/kobj.9
index 812f20d..0ff595e 100644
--- a/share/man/man9/kobj.9
+++ b/share/man/man9/kobj.9
@@ -114,11 +114,11 @@ then
.Fn kobj_class_compile_static
should be called with the class and a pointer to a statically
allocated
-.Dv kobj_ops
+.Vt kobj_ops
structure before the class is used to initialise any objects.
.Pp
To define a class, first define a simple array of
-.Dv kobj_method_t .
+.Vt kobj_method_t .
Each method which the class implements should be entered into the
table using the macro
.Fn KOBJMETHOD
@@ -128,7 +128,7 @@ The table should be terminated with two zeros.
The macro
.Fn DEFINE_CLASS
can then be used to initialise a
-.Dv kobj_class_t
+.Vt kobj_class_t
structure.
The size argument to
.Fn DEFINE_CLASS
OpenPOWER on IntegriCloud