From: Piotr Trojanek Date: Wed, 10 Mar 2021 13:44:11 +0000 (+0100) Subject: [Ada] Fix punctuation in documentation of warnings for aliasing actuals X-Git-Tag: basepoints/gcc-13~6726 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cad7431bd64325e1a30f868615aa04d01a472b01;p=thirdparty%2Fgcc.git [Ada] Fix punctuation in documentation of warnings for aliasing actuals 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. --- 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 63b3f17d4026..446e7cf1a2f2 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 @@ -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) diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index 78814c3a5d95..f7773c37b05e 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -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)