git: a26b96a930da - main - style(9): Note larger divergence than implied

From: Warner Losh <imp_at_FreeBSD.org>
Date: Tue, 30 Jan 2024 00:00:19 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=a26b96a930da44bbc0cc28e5764b9b6a2cf5b352

commit a26b96a930da44bbc0cc28e5764b9b6a2cf5b352
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-01-29 23:57:19 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-01-29 23:59:10 +0000

    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 360c48221c4d..b111619e8ff6 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.