aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2024-04-26 09:37:01 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2024-05-04 13:08:31 +0000
commit1d28a8566f33b1e1915f6162f98ffdbd8d3dc001 (patch)
tree06b5c8c0cd8d530eae7d2ca050d2fbc94fcb54fb
parentba13e6546d8b95b76966cb4640bed64745a4d566 (diff)
downloadsrc-1d28a8566f33b1e1915f6162f98ffdbd8d3dc001.tar.gz
src-1d28a8566f33b1e1915f6162f98ffdbd8d3dc001.zip
style.9: Document the existence of tools/build/checkstyle9.pl
MFC after: 3 days Sponsored by: Klara, Inc. (cherry picked from commit 5626f9e790901999def12040a60746b0ceeb9b95)
-rw-r--r--share/man/man9/style.96
1 files changed, 5 insertions, 1 deletions
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