From cad7431bd64325e1a30f868615aa04d01a472b01 Mon Sep 17 00:00:00 2001 From: Piotr Trojanek Date: Wed, 10 Mar 2021 14:44:11 +0100 Subject: [PATCH] [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. --- gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst | 2 +- gcc/ada/gnat_ugn.texi | 2 +- 2 files changed, 2 insertions(+), 2 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 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) -- 2.47.2