diff options
author | Ronan Desplanques <desplanques@adacore.com> | 2024-12-06 15:26:33 +0100 |
---|---|---|
committer | Marc Poulhiès <dkm@gcc.gnu.org> | 2025-01-06 10:14:45 +0100 |
commit | 11d0b5aa1a068b03f7034e4da2b244b514f9f608 (patch) | |
tree | 531979d4156b4ae2b8fe398e3a787307f5eb1daa /gcc/ada/gnat_ugn.texi | |
parent | 411008f29f7ef925d358eade315955c7737d90c1 (diff) | |
download | gcc-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/ada/gnat_ugn.texi')
-rw-r--r-- | gcc/ada/gnat_ugn.texi | 4 |
1 files changed, 2 insertions, 2 deletions
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. |