]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[Ada] Fix punctuation in documentation of warnings for aliasing actuals
authorPiotr Trojanek <trojanek@adacore.com>
Wed, 10 Mar 2021 13:44:11 +0000 (14:44 +0100)
committerPierre-Marie de Rodat <derodat@adacore.com>
Thu, 17 Jun 2021 14:32:13 +0000 (10:32 -0400)
gcc/ada/

* doc/gnat_ugn/building_executable_programs_with_gnat.rst
(-gnatw.I): Remove double period at the end of sentence.
* gnat_ugn.texi: Regenerate.

gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst
gcc/ada/gnat_ugn.texi

index 63b3f17d402600269b6eb6ebac9e98c04678158b..446e7cf1a2f27029cbdef884930afad82a33c4af 100644 (file)
@@ -3253,7 +3253,7 @@ of the pragma in the :title:`GNAT_Reference_manual`).
 :switch:`-gnatw.I`
   *Disable warnings on overlapping actuals.*
 
-  This switch disables warnings on overlapping actuals in a call..
+  This switch disables warnings on overlapping actuals in a call.
 
 
 .. index:: -gnatwj  (gcc)
index 78814c3a5d95b09424f61b60ecf6c63d0ceea34c..f7773c37b05e01e9fea4e79280628fcb1510c28a 100644 (file)
@@ -11387,7 +11387,7 @@ types of the actuals are not by-copy types. This warning is off by default.
 
 @emph{Disable warnings on overlapping actuals.}
 
-This switch disables warnings on overlapping actuals in a call..
+This switch disables warnings on overlapping actuals in a call.
 @end table
 
 @geindex -gnatwj (gcc)