Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2018 15:42:21 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r328400 - head/share/man/man9
Message-ID:  <201801251542.w0PFgLio022750@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801251542.w0PFgLio022750>