Author: ngie Date: Sun Nov 22 23:15:44 2015 New Revision: 291166 URL: https://svnweb.freebsd.org/changeset/base/291166
Log: Recommend cc -Wall instead of gcc -Wall MFC after: 1 week Modified: head/share/man/man9/style.9 Modified: head/share/man/man9/style.9 ============================================================================== --- head/share/man/man9/style.9 Sun Nov 22 23:07:07 2015 (r291165) +++ head/share/man/man9/style.9 Sun Nov 22 23:15:44 2015 (r291166) @@ -834,7 +834,7 @@ Whenever possible, code should be run th (e.g., .Xr lint 1 or -.Nm gcc Fl Wall ) +.Nm cc Fl Wall ) and produce minimal warnings. .Sh SEE ALSO .Xr indent 1 , _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
