From a26b96a930da44bbc0cc28e5764b9b6a2cf5b352 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 29 Jan 2024 16:57:19 -0700 Subject: [PATCH] style(9): Note larger divergence than implied Times have changed, and we've diverged somewhat from the original style guide, while still keeping much of the flavor and flair of its spirit as the C language has evolved over the last 30 years since 4.4 was released. Sponsored by: Netflix --- share/man/man9/style.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 360c48221c4..b111619e8ff 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -923,11 +923,11 @@ indentation rules. .Xr style.mdoc 5 , .Xr style.lua 9 .Sh HISTORY -This manual page is largely based on the +This manual page was originally based on the .Pa src/admin/style/style file from the .Bx 4.4 Lite2 -release, with occasional updates to reflect the current practice and +release, with frequent updates to reflect the current practice and desire of the .Fx project.