git: cecda19fd6bf - stable/13 - style.9: Document the existence of tools/build/checkstyle9.pl
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 May 2024 13:09:07 UTC
The branch stable/13 has been updated by 0mp: URL: https://cgit.FreeBSD.org/src/commit/?id=cecda19fd6bf54f0d009b54ea8b092745d607443 commit cecda19fd6bf54f0d009b54ea8b092745d607443 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:09:01 +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 2b8fb1cd5654..8e654570fc20 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 October 28, 2020 +.Dd April 26, 2024 .Dt STYLE 9 .Os .Sh NAME @@ -906,6 +906,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