summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/xlint
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1996-06-11 23:17:03 +0000
committeralex <alex@FreeBSD.org>1996-06-11 23:17:03 +0000
commit22732249c736c570de134e99f0f79bf28c469a61 (patch)
treee5dbc858d410d1bc5f5bf538d502dcb0cb29d4cc /usr.bin/xlint/xlint
parent758abdd39e5c96a39bb65e91d683432cde3f44e5 (diff)
downloadFreeBSD-src-22732249c736c570de134e99f0f79bf28c469a61.zip
FreeBSD-src-22732249c736c570de134e99f0f79bf28c469a61.tar.gz
Fix a couple of minor typos. Closes PR 1309.
Reviewed by: alex Submitted by: jraynard
Diffstat (limited to 'usr.bin/xlint/xlint')
-rw-r--r--usr.bin/xlint/xlint/lint.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/xlint/xlint/lint.1 b/usr.bin/xlint/xlint/lint.1
index d264d15..dbbf65f 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
OpenPOWER on IntegriCloud