[Ada] gnatpp: Fix documentation of threshold switches

gcc/ada/

	* doc/gnat_ugn/gnat_utility_programs.rst: Change "_" to "-".
This commit is contained in:
Bob Duff 2020-07-20 13:55:25 -04:00 committed by Pierre-Marie de Rodat
parent 66b6967856
commit 854f9a8167
1 changed files with 4 additions and 4 deletions

View File

@ -2153,18 +2153,18 @@ building specialized scripts.
A_Very_Very_Very_Very_Very_Very_Very_Very_Long_One); 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 If the number of parameter associations is greater than ``nnn`` and if at
least one association uses named notation, start each association from least one association uses named notation, start each association from
a new line. If ``nnn`` is 0, no check for the number of associations a new line. If ``nnn`` is 0, no check for the number of associations
is made; this is the default. 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`` If the number of parameter specifications is greater than ``nnn``
(or equal to ``nnn`` in case of a function), start each specification from (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 a new line. If ``nnn`` is 0, and :switch:`--no-separate-is` was not specified, then