svn commit: r328400 - head/share/man/man9

Warner Losh imp at FreeBSD.org
Thu Jan 25 15:42:22 UTC 2018


Author: imp
Date: Thu Jan 25 15:42:21 2018
New Revision: 328400
URL: https://svnweb.freebsd.org/changeset/base/328400

Log:
  Add info about c99 designationed initializers.
  
  Differential Revision: https://reviews.freebsd.org/D13975

Modified:
  head/share/man/man9/style.9

Modified: head/share/man/man9/style.9
==============================================================================
--- head/share/man/man9/style.9	Thu Jan 25 15:35:34 2018	(r328399)
+++ head/share/man/man9/style.9	Thu Jan 25 15:42:21 2018	(r328400)
@@ -324,6 +324,10 @@ Userspace code should include
 while kernel code should include
 .In sys/types.h .
 .Pp
+Likewise, the project is moving to using the
+.St -isoC-99
+designated initializers when it makes sense to do so.
+.Pp
 Enumeration values are all uppercase.
 .Bd -literal
 enum enumtype { ONE, TWO } et;


More information about the svn-src-head mailing list