mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
Fix a couple of minor typos. Closes PR 1309.
Reviewed by: alex Submitted by: jraynard
This commit is contained in:
parent
9a0a69469d
commit
8a1e5ea8c6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16306
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user