From 8a1e5ea8c6db35f8069df8ba41fcabc0ef714a0a Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Tue, 11 Jun 1996 23:17:03 +0000 Subject: [PATCH] Fix a couple of minor typos. Closes PR 1309. Reviewed by: alex Submitted by: jraynard --- usr.bin/xlint/xlint/lint.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/xlint/xlint/lint.1 b/usr.bin/xlint/xlint/lint.1 index d264d154313..dbbf65f190f 100644 --- a/usr.bin/xlint/xlint/lint.1 +++ b/usr.bin/xlint/xlint/lint.1 @@ -248,7 +248,7 @@ on a subset of files comprising part of a larger program). .It Fl v Suppress complaints about unused arguments in functions. .It Fl x -Report variables refferd to by +Report variables referred to by .Sy extern declarations, but never used. .It Fl z @@ -376,7 +376,7 @@ Also shut off complaints about unused function arguments. .Xc Suppresses any intra-file warning except those dealing with unused variables or functions. This directive should be placed -on the line immediately preceding where the lint warning occured. +on the line immediately preceding where the lint warning occurred. .It Li /* LONGLONG */ Suppress complaints about use of long long integer types. .It Li /* NOTREACHED */ @@ -440,7 +440,7 @@ option. Each of these invocations produces a file that corresponds to the .Pa \&.c file, and prints all messages that are about just that -source file. After all the source files have been separetely +source file. After all the source files have been separately run through .Nm lint , it is invoked once more (without the