diff options
author | wollman <wollman@FreeBSD.org> | 2000-04-25 16:40:57 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2000-04-25 16:40:57 +0000 |
commit | 5b41d2de633ed80bf0f35a9a464f08ff3f39c2da (patch) | |
tree | 2f07f608e1a407192090f5d30b30a04ae2696809 /share/man | |
parent | b13c8f158abe9b930144e2b30c14985c31fbd3a8 (diff) | |
download | FreeBSD-src-5b41d2de633ed80bf0f35a9a464f08ff3f39c2da.zip FreeBSD-src-5b41d2de633ed80bf0f35a9a464f08ff3f39c2da.tar.gz |
Add punctuation to make a sentence more readable.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/kobj.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/kobj.9 b/share/man/man9/kobj.9 index addf87e..2dd9520 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 |