git: 1d28a8566f33 - stable/14 - style.9: Document the existence of tools/build/checkstyle9.pl

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Sat, 04 May 2024 13:08:41 UTC
The branch stable/14 has been updated by 0mp:

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

commit 1d28a8566f33b1e1915f6162f98ffdbd8d3dc001
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2024-04-26 09:37:01 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2024-05-04 13:08:31 +0000

    style.9: Document the existence of tools/build/checkstyle9.pl
    
    MFC after:      3 days
    Sponsored by:   Klara, Inc.
    
    (cherry picked from commit 5626f9e790901999def12040a60746b0ceeb9b95)
---
 share/man/man9/style.9 | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index 25a501884026..f00286ba9c48 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -24,7 +24,7 @@
 .\"
 .\"	From: @(#)style	1.14 (Berkeley) 4/28/95
 .\"
-.Dd July 28, 2022
+.Dd April 26, 2024
 .Dt STYLE 9
 .Os
 .Sh NAME
@@ -915,6 +915,10 @@ instead of the older
 .Fn CTASSERT .
 .Sh FILES
 .Bl -tag -width indent
+.It Pa /usr/src/tools/build/checkstyle9.pl
+A script to check for violations of
+.Nm
+in a source file.
 .It Pa /usr/src/tools/tools/editing/freebsd.el
 An Emacs plugin to follow the
 .Fx