gcc/ada/ChangeLog:
* doc/gnat_ugn/building_executable_programs_with_gnat.rst: Fix markup.
* gnat_ugn.texi: Regenerate.
.. 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.
@copying
@quotation
-GNAT User's Guide for Native Platforms , Dec 12, 2024
+GNAT User's Guide for Native Platforms , Jan 03, 2025
AdaCore
@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.