Index: share/man/man9/style.9 =================================================================== --- share/man/man9/style.9 +++ share/man/man9/style.9 @@ -25,7 +25,7 @@ .\" From: @(#)style 1.14 (Berkeley) 4/28/95 .\" $FreeBSD$ .\" -.Dd December 13, 2019 +.Dd January 10, 2020 .Dt STYLE 9 .Os .Sh NAME @@ -893,6 +893,13 @@ (e.g., various static analyzers or .Nm cc Fl Wall ) and produce minimal warnings. +.Pp +New code should use +.Fn _Static_assert +instead of the older +.Fn CTASSERT . +.Pp +New code should use C99 initializers. .Sh FILES .Bl -tag -width indent .It Pa /usr/src/tools/tools/editing/freebsd.el