diff options
author | наб <[email protected]> | 2022-04-04 16:07:53 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-04-05 09:35:46 -0700 |
commit | 93f3a3517c6ade39942d8d6996476734ae8b98f3 (patch) | |
tree | 37ceab0ee00baa6358131a1b0a110fd0a71d6492 /man | |
parent | 9292cf761e949cb52287d98da895a61c49b98561 (diff) |
scripts: cstyle: remove unused -C
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #13285
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/cstyle.1 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/man/man1/cstyle.1 b/man/man1/cstyle.1 index d43e72ad6..dfc77d159 100644 --- a/man/man1/cstyle.1 +++ b/man/man1/cstyle.1 @@ -73,10 +73,6 @@ Used as part of the putback checks. Verbose output; includes the text of the line of error, and, for .Fl c , the first statement in the current continuation block. -.It Fl C -Ignore errors in header comments (i.e. block comments starting in the -first column). -Not generally used. .It Fl P Check for use of non-POSIX types. Historically, types like |