[Ada] gnatpp: Fix documentation of threshold switches
authorBob Duff <duff@adacore.com>
Mon, 20 Jul 2020 17:55:25 +0000 (13:55 -0400)
committerPierre-Marie de Rodat <derodat@adacore.com>
Tue, 20 Oct 2020 07:21:42 +0000 (03:21 -0400)
gcc/ada/

* doc/gnat_ugn/gnat_utility_programs.rst: Change "_" to "-".

gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst

index 883f0121263e1b34e692211313cc8800e9d4bbdb..56dd7beb7a01f94fa312222d3d92e199effe9a8f 100644 (file)
@@ -2153,18 +2153,18 @@ building specialized scripts.
            A_Very_Very_Very_Very_Very_Very_Very_Very_Long_One);
 
 
-   .. index:: --call_threshold (gnatpp)
+   .. index:: --call-threshold (gnatpp)
 
-   :switch:`--call_threshold={nnn}`
+   :switch:`--call-threshold={nnn}`
      If the number of parameter associations is greater than ``nnn`` and if at
      least one association uses named notation, start each association from
      a new line. If ``nnn`` is 0, no check for the number of associations
      is made; this is the default.
 
 
-   .. index:: --par_threshold (gnatpp)
+   .. index:: --par-threshold (gnatpp)
 
-   :switch:`--par_threshold={nnn}`
+   :switch:`--par-threshold={nnn}`
      If the number of parameter specifications is greater than ``nnn``
      (or equal to ``nnn`` in case of a function), start each specification from
      a new line. If ``nnn`` is 0, and :switch:`--no-separate-is` was not specified, then