Date: Sun, 22 Nov 2015 23:15:44 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r291166 - head/share/man/man9 Message-ID: <201511222315.tAMNFiWl023570@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 ,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511222315.tAMNFiWl023570>