]> git.proxmox.com Git - mirror_zfs.git/commitdiff
cstyle.1: note -g, $CI being equivalent to -g
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Mon, 4 Apr 2022 14:10:52 +0000 (16:10 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 5 Apr 2022 16:36:06 +0000 (09:36 -0700)
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #13285

man/man1/cstyle.1

index dfc77d15926a6121f309c6e397f7126e6f53e85f..b7c8b5719a51c12b9fb92421e0aedc57546b99ea 100644 (file)
@@ -44,7 +44,6 @@ does not mean that you've followed Sun's C style.
 .Em Caveat emptor .
 .
 .Sh OPTIONS
-The following options are supported:
 .Bl -tag -width "-c"
 .It Fl c
 Check continuation line indentation inside of functions.
@@ -86,6 +85,17 @@ types
 etc.
 This detects any use of the deprecated types.
 Used as part of the putback checks.
+.It Fl g
+Also print GitHub-Actions-style
+.Li ::error
+output.
+.El
+.
+.Sh ENVIRONMENT
+.Bl -tag -compact -width ".Ev CI"
+.It Ev CI
+If set and nonempty, equivalent to
+.Fl g .
 .El
 .
 .Sh CONTINUATION CHECKING