mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04: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
1 changed files with 3 additions and 3 deletions
|
|
@ -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 a new issue