aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/kobj.9
diff options
context:
space:
mode:
authorChad David <davidc@FreeBSD.org>2001-12-26 23:14:04 +0000
committerChad David <davidc@FreeBSD.org>2001-12-26 23:14:04 +0000
commitf16b3c0de48d0b845357e7cca843f645bc3117e3 (patch)
tree098933308a14df670e3b72970203b08aa5f907a1 /share/man/man9/kobj.9
parent64dce2fedb9160a694fe7300d85fa6cfd452f3d0 (diff)
downloadsrc-f16b3c0de48d0b845357e7cca843f645bc3117e3.tar.gz
src-f16b3c0de48d0b845357e7cca843f645bc3117e3.zip
Update function definitions and required include files to reflect
the current state of the system. Approved by: alfred
Notes
Notes: svn path=/head/; revision=88509
Diffstat (limited to 'share/man/man9/kobj.9')
-rw-r--r--share/man/man9/kobj.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/kobj.9 b/share/man/man9/kobj.9
index 2c831cf2f0d8..812f20d60d35 100644
--- a/share/man/man9/kobj.9
+++ b/share/man/man9/kobj.9
@@ -49,7 +49,7 @@
.Fn kobj_init "kobj_t obj" "kobj_class_t cls"
.Ft void
.Fn kobj_delete "kobj_t obj" "struct malloc_type *mtype"
-.Fn DEFINE_CLASS name methods size
+.Fn DEFINE_CLASS name "kobj_method_t *methods" "size_t size"
.Sh DESCRIPTION
The kernel object system implements an object-oriented programming
system in the