mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Change a "xlint(1)" to a ".Xr lint 1" and add a reference in the see also
section.
This commit is contained in:
parent
ec9a57e8ac
commit
9704bfcdfb
1 changed files with 5 additions and 1 deletions
|
|
@ -545,10 +545,14 @@ approximately
|
|||
compliant in the repository must not diverge from compliance.
|
||||
.Pp
|
||||
Whenever possible, code should be run through a code checker
|
||||
(e.g., "gcc -Wall" or xlint(1)) and produce minimal warnings.
|
||||
(e.g.,
|
||||
.Xr lint 1
|
||||
or
|
||||
"gcc -Wall") and produce minimal warnings.
|
||||
|
||||
.Sh SEE ALSO
|
||||
.Xr indent 1 ,
|
||||
.Xr lint 1 ,
|
||||
.Xr err 3 ,
|
||||
.Xr sysexits 3 ,
|
||||
.Xr warn 3
|
||||
|
|
|
|||
Loading…
Reference in a new issue