diff --git a/share/man/man9/kobj.9 b/share/man/man9/kobj.9 index 7f51d494f15..dec899467b3 100644 --- a/share/man/man9/kobj.9 +++ b/share/man/man9/kobj.9 @@ -53,7 +53,9 @@ .Sh DESCRIPTION .Pp The kernel object system implements an object-oriented programming -system in the FreeBSD kernel. +system in the +.Fx +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,