git: 2317a685241a - stable/14 - style(9): Note larger divergence than implied
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Dec 2024 00:11:51 UTC
The branch stable/14 has been updated by brooks:
URL: https://cgit.FreeBSD.org/src/commit/?id=2317a685241af51104dda83cdceb169b8fa81d6c
commit 2317a685241af51104dda83cdceb169b8fa81d6c
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-01-29 23:57:19 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2024-12-13 21:30:43 +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
(cherry picked from commit a26b96a930da44bbc0cc28e5764b9b6a2cf5b352)
---
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 1b6716c582ce..13bfc1302c46 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -938,11 +938,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.