From: Ronan Desplanques Date: Fri, 6 Dec 2024 14:26:33 +0000 (+0100) Subject: ada: Fix markup in user's guide X-Git-Tag: basepoints/gcc-16~2985 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11d0b5aa1a068b03f7034e4da2b244b514f9f608;p=thirdparty%2Fgcc.git 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. --- 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 48e47eb83368..4f46fba93aef 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 544d73e7f362..252b32f74ae8 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.