diff --git a/share/man/man9/kobj.9 b/share/man/man9/kobj.9 index addf87eb9672..2dd952074e38 100644 --- a/share/man/man9/kobj.9 +++ b/share/man/man9/kobj.9 @@ -53,8 +53,8 @@ The kernel object system implements an object-oriented programming system in the FreeBSD kernel. The system is based around the concepts of interfaces, which are -descriptions of sets of methods, classes which are lists of functions -implementing certain methods from those interfaces and objects +descriptions of sets of methods; classes, which are lists of functions +implementing certain methods from those interfaces; and objects, which combine a class with a structure in memory. .Pp Methods are called using a dynamic method dispatching algorithm which