From 7092d8138e5256735684d00303c5aa4a07e720b0 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 30 Sep 1991 16:55:35 +0000 Subject: [PATCH] Added -ansi flag to lint.1 --- lang/cem/lint/lpass2/lint.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lang/cem/lint/lpass2/lint.1 b/lang/cem/lint/lpass2/lint.1 index 343327679..9125a5a11 100644 --- a/lang/cem/lint/lpass2/lint.1 +++ b/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: -- 2.34.1