From f16b3c0de48d0b845357e7cca843f645bc3117e3 Mon Sep 17 00:00:00 2001 From: Chad David Date: Wed, 26 Dec 2001 23:14:04 +0000 Subject: Update function definitions and required include files to reflect the current state of the system. Approved by: alfred --- share/man/man9/kobj.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/man/man9/kobj.9') 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 -- cgit v1.2.3