summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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