Recommend cc -Wall instead of gcc -Wall

MFC after: 1 week
This commit is contained in:
ngie 2015-11-22 23:15:44 +00:00
parent 95c6a0c6d4
commit fbd480eb53

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 ,