diff options
author | Piotr Trojanek <trojanek@adacore.com> | 2021-03-10 14:44:11 +0100 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2021-06-17 10:32:13 -0400 |
commit | cad7431bd64325e1a30f868615aa04d01a472b01 (patch) | |
tree | fc743d4831f7dab15439346a4b720398946798ae | |
parent | 3447d9e49e33199b4c5c0fe16e272e3ecfd36275 (diff) | |
download | gcc-cad7431bd64325e1a30f868615aa04d01a472b01.zip gcc-cad7431bd64325e1a30f868615aa04d01a472b01.tar.gz gcc-cad7431bd64325e1a30f868615aa04d01a472b01.tar.bz2 |
[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.
-rw-r--r-- | gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst | 2 | ||||
-rw-r--r-- | 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 63b3f17..446e7cf 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 78814c3..f7773c3 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) |