Recommend cc -Wall instead of gcc -Wall

MFC after: 1 week
This commit is contained in:
Enji Cooper 2015-11-22 23:15:44 +00:00
parent e24ce5adf4
commit d1241b1501

View File

@ -834,7 +834,7 @@ Whenever possible, code should be run through a code checker
(e.g.,
.Xr lint 1
or
.Nm gcc Fl Wall )
.Nm cc Fl Wall )
and produce minimal warnings.
.Sh SEE ALSO
.Xr indent 1 ,