aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhjuvan Lacambre <lacambre@adacore.com>2020-10-01 11:38:36 +0200
committerPierre-Marie de Rodat <derodat@adacore.com>2020-11-24 05:16:01 -0500
commitac9ed5cb2659c9a4049dffd58bc120762d140744 (patch)
treee950a9e755301941548d4b0415fa8bbaf0880a37
parent91edb3f66cb3572048547f06628eeb38ddadd44c (diff)
downloadgcc-ac9ed5cb2659c9a4049dffd58bc120762d140744.zip
gcc-ac9ed5cb2659c9a4049dffd58bc120762d140744.tar.gz
gcc-ac9ed5cb2659c9a4049dffd58bc120762d140744.tar.bz2
[Ada] Documentation: update -gnatyk description
gcc/ada/ * doc/gnat_ugn/building_executable_programs_with_gnat.rst: Update documentation on -gnatyk. * gnat_ugn.texi: Regenerate.
-rw-r--r--gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst3
-rw-r--r--gcc/ada/gnat_ugn.texi5
2 files changed, 5 insertions, 3 deletions
diff --git a/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst b/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst
index 1dec487..e54cca3 100644
--- a/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst
+++ b/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst
@@ -4807,7 +4807,8 @@ checks to be performed. The following checks are defined:
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)
diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi
index 47618f6..1c73eed 100644
--- a/gcc/ada/gnat_ugn.texi
+++ b/gcc/ada/gnat_ugn.texi
@@ -21,7 +21,7 @@
@copying
@quotation
-GNAT User's Guide for Native Platforms , Sep 29, 2020
+GNAT User's Guide for Native Platforms , Nov 19, 2020
AdaCore
@@ -13464,7 +13464,8 @@ but not @code{in} on its own.
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)