From 5d5e482682599d1f1d1f3dc884a15c6a7d98318d Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Tue, 25 Apr 2000 16:40:57 +0000 Subject: [PATCH] Add punctuation to make a sentence more readable. --- share/man/man9/kobj.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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