gcc/ada/
* doc/gnat_ugn/building_executable_programs_with_gnat.rst:
Update documentation on -gnatyk.
* gnat_ugn.texi: Regenerate.
All keywords must be in lower case (with the exception of keywords
such as ``digits`` used as attribute names to which this check
- does not apply).
+ does not apply). A single error is reported for each line breaking
+ this rule even if multiple casing issues exist on a same line.
.. index:: -gnatyl (gcc)
@copying
@quotation
-GNAT User's Guide for Native Platforms , Sep 29, 2020
+GNAT User's Guide for Native Platforms , Nov 19, 2020
AdaCore
All keywords must be in lower case (with the exception of keywords
such as @code{digits} used as attribute names to which this check
-does not apply).
+does not apply). A single error is reported for each line breaking
+this rule even if multiple casing issues exist on a same line.
@end table
@geindex -gnatyl (gcc)