aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRonan Desplanques <desplanques@adacore.com>2024-12-06 15:26:33 +0100
committerMarc Poulhiès <dkm@gcc.gnu.org>2025-01-06 10:14:45 +0100
commit11d0b5aa1a068b03f7034e4da2b244b514f9f608 (patch)
tree531979d4156b4ae2b8fe398e3a787307f5eb1daa /gcc
parent411008f29f7ef925d358eade315955c7737d90c1 (diff)
downloadgcc-11d0b5aa1a068b03f7034e4da2b244b514f9f608.zip
gcc-11d0b5aa1a068b03f7034e4da2b244b514f9f608.tar.gz
gcc-11d0b5aa1a068b03f7034e4da2b244b514f9f608.tar.bz2
ada: Fix markup in user's guide
gcc/ada/ChangeLog: * doc/gnat_ugn/building_executable_programs_with_gnat.rst: Fix markup. * gnat_ugn.texi: Regenerate.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst2
-rw-r--r--gcc/ada/gnat_ugn.texi4
2 files changed, 3 insertions, 3 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 48e47eb..4f46fba 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
@@ -6747,7 +6747,7 @@ be presented in subsequent sections.
.. index:: -o (gnatbind)
:switch:`-o {file}`
- Name the output file ``file`` (default is :file:`b~`xxx`.adb`).
+ Name the output file ``file`` (default is :file:`b~{xxx}.adb`).
Note that if this option is used, then linking must be done manually,
gnatlink cannot be used.
diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi
index 544d73e..252b32f 100644
--- a/gcc/ada/gnat_ugn.texi
+++ b/gcc/ada/gnat_ugn.texi
@@ -19,7 +19,7 @@
@copying
@quotation
-GNAT User's Guide for Native Platforms , Dec 12, 2024
+GNAT User's Guide for Native Platforms , Jan 03, 2025
AdaCore
@@ -16077,7 +16077,7 @@ equivalent @code{gnatmake} flag (@ref{d1,,Switches for gnatmake}).
@item @code{-o `file'}
-Name the output file @code{file} (default is @code{b~`xxx}.adb`).
+Name the output file @code{file} (default is @code{b~`xxx'.adb}).
Note that if this option is used, then linking must be done manually,
gnatlink cannot be used.