summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2006-10-28 10:57:35 +0000
committermaxim <maxim@FreeBSD.org>2006-10-28 10:57:35 +0000
commitd6a1b3d7dc16f096b80af154e8f00218f56c9e1a (patch)
treee3110b4cd172184f8b765239a643ddd6f281d863
parent5c30a548b8307ddde305f1f971bbc93905e89030 (diff)
downloadFreeBSD-src-d6a1b3d7dc16f096b80af154e8f00218f56c9e1a.zip
FreeBSD-src-d6a1b3d7dc16f096b80af154e8f00218f56c9e1a.tar.gz
o Fix incorrect function name (kobj_free -> kobj_delete).
Obtained from: DragonFlyBSD MFC after: 1 week
-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 c47d590..aed1244 100644
--- a/share/man/man9/kobj.9
+++ b/share/man/man9/kobj.9
@@ -83,7 +83,7 @@ This will allocate memory for the object based on the object size
specified by the class and initialise it by zeroing the memory and
installing a pointer to the class' method dispatch table.
Objects created in this way should be freed by calling
-.Fn kobj_free .
+.Fn kobj_delete .
.Pp
Clients which would like to manage the allocation of memory
themselves should call
OpenPOWER on IntegriCloud