Change a "xlint(1)" to a ".Xr lint 1" and add a reference in the see also

section.
This commit is contained in:
David Malone 2000-11-13 16:18:46 +00:00
parent ec9a57e8ac
commit 9704bfcdfb

View file

@ -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