Browse Source

Added -ansi flag to lint.1

ceriel 33 years ago
parent
commit
61dc4984f2
1 changed files with 4 additions and 1 deletions
  1. 4 1
      lang/cem/lint/lpass2/lint.1

+ 4 - 1
lang/cem/lint/lpass2/lint.1

@@ -8,7 +8,7 @@ lint \- a C program checker
 .SH SYNOPSIS
 .B lint
 [
-.B \-abhuvx \-KR
+.B \-abhuvx \-KR -ansi
 ]
 [file | libname
 .BR \-l xxx
@@ -97,6 +97,9 @@ option tells
 to check strictly according to Kernighan & Ritchie; since
 .I lint
 is trying to be helpful rather than obnoxious, this is not the default.
+The
+.B \-ansi
+option tells lint to check according to ANSI C.
 .PP
 .I Lint
 understands the following additional options: