Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Jun 2026 07:40:35 +0000
From:      Olivier Certner <olce@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 1876f629b976 - main - style.9: Fix a typo (missing word)
Message-ID:  <6a1d3773.23fb7.71ab76@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by olce:

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

commit 1876f629b97608679f1bd71b9aa88a57b55c4574
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2026-06-01 07:23:08 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2026-06-01 07:40:11 +0000

    style.9: Fix a typo (missing word)
    
    Fixes:          af2c7d9f6452 ("style.9: Encourage style changes when doing significant modifications")
    MFC after:      1 day
    Sponsored by:   The FreeBSD Foundation
---
 share/man/man9/style.9 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index 65636a8af828..e019a26d73a8 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -906,9 +906,9 @@ Their code is expected to at least be internally consistent with their style.
 Stylistic changes, including whitespace ones, complicate the work of downstream
 consumers and may impair developers' ability to trace the history of some
 changes.
-Such standalone must be avoided, and should not span unrelated directories as
-this increases the chances of conflicts when merging to stable and release
-branches (MFCs).
+Such standalone changes must be avoided, and should not span unrelated
+directories as this increases the chances of conflicts when merging to stable
+and release branches (MFCs).
 On the other hand, when a significant portion, usually about a half, of some
 logical unit of code, be it a function, group of functions, file or group of
 files, is going to be modified, developers are encouraged to amend the style of


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1d3773.23fb7.71ab76>