]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[Ada] Add mention of underscore and fix grammar error in doc for -gnatd
authorGary Dismukes <dismukes@adacore.com>
Fri, 15 Jan 2021 19:45:42 +0000 (14:45 -0500)
committerPierre-Marie de Rodat <derodat@adacore.com>
Thu, 6 May 2021 07:51:24 +0000 (03:51 -0400)
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.

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

index 91fae31c4e89ed1e86f7d52de375e1934c01bf8a..fb8a3ff97e816c3bf3cd2e1df7d158bf2bd460e2 100644 (file)
@@ -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.
index 559231415d496c2af54219e579c2571c42190443..637f061156fb260480fc28218315fc68fe653dbe 100644 (file)
@@ -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.