aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGary Dismukes <dismukes@adacore.com>2021-01-15 14:45:42 -0500
committerPierre-Marie de Rodat <derodat@adacore.com>2021-05-06 03:51:24 -0400
commit0c1f6ae39d7b9c38da809c0a33cf27dcd36f6381 (patch)
tree21c0949e3c4dbec30ac5c7beb7ac7112981d6fb1 /gcc
parentcd4fb7180e416dc6d490c1cfc360800257cfc8a8 (diff)
downloadgcc-0c1f6ae39d7b9c38da809c0a33cf27dcd36f6381.zip
gcc-0c1f6ae39d7b9c38da809c0a33cf27dcd36f6381.tar.gz
gcc-0c1f6ae39d7b9c38da809c0a33cf27dcd36f6381.tar.bz2
[Ada] Add mention of underscore and fix grammar error in doc for -gnatd
gcc/ada/ * doc/gnat_ugn/building_executable_programs_with_gnat.rst: Add mention of underscore and fix grammar error in doc for -gnatd. * gnat_ugn.texi: Regenerate.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst6
-rw-r--r--gcc/ada/gnat_ugn.texi6
2 files changed, 6 insertions, 6 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 91fae31..fb8a3ff 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
@@ -1463,9 +1463,9 @@ Alphabetical List of All Switches
:switch:`-gnatd`
Specify debug options for the compiler. The string of characters after
- the :switch:`-gnatd` specify the specific debug options. The possible
- characters are 0-9, a-z, A-Z, optionally preceded by a dot. See
- compiler source file :file:`debug.adb` for details of the implemented
+ the :switch:`-gnatd` specifies the specific debug options. The possible
+ characters are 0-9, a-z, A-Z, optionally preceded by a dot or underscore.
+ See compiler source file :file:`debug.adb` for details of the implemented
debug options. Certain debug options are relevant to applications
programmers, and these are documented at appropriate points in this
users guide.
diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi
index 5592314..637f061 100644
--- a/gcc/ada/gnat_ugn.texi
+++ b/gcc/ada/gnat_ugn.texi
@@ -8911,9 +8911,9 @@ as -gnatn, and enable others such as -gnata).
@item @code{-gnatd}
Specify debug options for the compiler. The string of characters after
-the @code{-gnatd} specify the specific debug options. The possible
-characters are 0-9, a-z, A-Z, optionally preceded by a dot. See
-compiler source file @code{debug.adb} for details of the implemented
+the @code{-gnatd} specifies the specific debug options. The possible
+characters are 0-9, a-z, A-Z, optionally preceded by a dot or underscore.
+See compiler source file @code{debug.adb} for details of the implemented
debug options. Certain debug options are relevant to applications
programmers, and these are documented at appropriate points in this
users guide.