From 3c2c970655b10bb7eb0661442a0b8f4a6bb9bfa5 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 15 Jan 2000 16:34:07 +0000 Subject: [PATCH] Don't mix up KNF and style(9). This isn't KNF, it's a derivative of it. --- share/man/man9/style.9 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 7f4f136e64a..9eecfaa28a2 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -36,7 +36,7 @@ This file specifies the preferred style for kernel source files in the source tree. It is also a guide for preferred userland code style. .Bd -literal -offset 0i /* - * Style guide for the FreeBSD KNF (Kernel Normal Form). + * Style guide for the FreeBSD. Based on KNF (Kernel Normal Form). */ /* @@ -497,8 +497,9 @@ relaxed but at a minimum should be internally consistent with their style. .Pp Stylistic changes (including whitespace changes) are hard on the source repository and are to be avoided without good reason. Code that is -approximately KNF compliant in the repository must not diverge from -compliance. +approximately +.Xr style 9 +compliant in the repository must not diverge from compliance. .Pp Whenever possible, code should be run through a code checker (e.g., "gcc -Wall" or xlint(1)) and produce minimal warnings.