From ad8a79e6a5c75acf360e9310860387b68066c0b7 Mon Sep 17 00:00:00 2001 From: charnier Date: Sat, 20 Apr 2002 12:18:28 +0000 Subject: Use `The .Nm utility' --- usr.bin/xlint/xlint/lint.1 | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'usr.bin/xlint') diff --git a/usr.bin/xlint/xlint/lint.1 b/usr.bin/xlint/xlint/lint.1 index 8bd14d7..182eddd 100644 --- a/usr.bin/xlint/xlint/lint.1 +++ b/usr.bin/xlint/xlint/lint.1 @@ -67,14 +67,16 @@ .Ar .Ek .Sh DESCRIPTION +The .Nm -attempts to detect features of the named C program files +utility attempts to detect features of the named C program files that are likely to be bugs, to be non-portable, or to be wasteful. It also performs stricter type checking than does the C compiler. +The .Nm -runs the C preprocessor as its first phase, with the +utility runs the C preprocessor as its first phase, with the preprocessor symbol .Dq Dv lint defined to allow certain questionable code to be altered @@ -119,14 +121,16 @@ files are analogous to the from .Pa .c files. +The .Nm -also accepts special libraries specified with the +utility also accepts special libraries specified with the .Fl l option, which contain definitions of library routines and variables. .Pp +The .Nm -takes all the +utility takes all the .Pa .c , .ln , and .Pa llib-l Ns Ar library Ns Pa .ln @@ -357,8 +361,9 @@ and before searching the standard place. .It Fl F Print pathnames of files. +The .Nm -normally prints the filename without the path. +utility normally prints the filename without the path. .It Fl H If a complaint stems from an included file .Nm @@ -405,8 +410,9 @@ and ids can be found in .Ss Input Grammar .Nm Ns 's first pass reads standard C source files. +The .Nm -recognizes the following C comments as commands. +utility recognizes the following C comments as commands. .Bl -tag -width indent .It Li /* ARGSUSED Ns Ar n Li */ makes -- cgit v1.1