diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-07 01:14:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-07 01:14:58 +0000 |
commit | 920837b47da88bacfc76de307f5a123cc2f05657 (patch) | |
tree | a0b46aa59f9deea7d80a4d6061c126e30408d93f /usr.bin | |
parent | 8b1aae827c1d49cf10dc32898ed2aea127a01a0e (diff) |
fix some spelling errors
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/xlint/xlint/lint.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/xlint/xlint/lint.1 b/usr.bin/xlint/xlint/lint.1 index 8ddb96303e4..ec155cd2b4b 100644 --- a/usr.bin/xlint/xlint/lint.1 +++ b/usr.bin/xlint/xlint/lint.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lint.1,v 1.5 1997/07/17 07:40:29 deraadt Exp $ +.\" $OpenBSD: lint.1,v 1.6 1997/09/07 01:14:57 deraadt Exp $ .\" $NetBSD: lint.1,v 1.3 1995/10/23 13:45:31 jpo Exp $ .\" .\" Copyright (c) 1994, 1995 Jochen Pohl @@ -249,7 +249,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 @@ -377,7 +377,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 */ @@ -441,7 +441,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 |