From 8adc94de6a9ddec039320e615d88f1ef557dfb82 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 18 Apr 2001 13:39:57 +0000 Subject: [PATCH] mdoc(7) police: use .Fx. --- share/man/man9/kobj.9 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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,