Added -ansi flag to lint.1
This commit is contained in:
parent
d202b80bcf
commit
7092d8138e
|
@ -8,7 +8,7 @@ lint \- a C program checker
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B lint
|
.B lint
|
||||||
[
|
[
|
||||||
.B \-abhuvx \-KR
|
.B \-abhuvx \-KR -ansi
|
||||||
]
|
]
|
||||||
[file | libname
|
[file | libname
|
||||||
.BR \-l xxx
|
.BR \-l xxx
|
||||||
|
@ -97,6 +97,9 @@ option tells
|
||||||
to check strictly according to Kernighan & Ritchie; since
|
to check strictly according to Kernighan & Ritchie; since
|
||||||
.I lint
|
.I lint
|
||||||
is trying to be helpful rather than obnoxious, this is not the default.
|
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
|
.PP
|
||||||
.I Lint
|
.I Lint
|
||||||
understands the following additional options:
|
understands the following additional options:
|
||||||
|
|
Loading…
Reference in a new issue