diff options
author | Bob Duff <duff@adacore.com> | 2020-07-20 13:55:25 -0400 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2020-10-20 03:21:42 -0400 |
commit | 854f9a8167d49318a9b2318db64cf1b2c0297e29 (patch) | |
tree | 65516bcc73036a614d172e3ad0db5cf391757365 | |
parent | 66b69678563a18c87985456c797b397676094ff0 (diff) | |
download | gcc-854f9a8167d49318a9b2318db64cf1b2c0297e29.zip gcc-854f9a8167d49318a9b2318db64cf1b2c0297e29.tar.gz gcc-854f9a8167d49318a9b2318db64cf1b2c0297e29.tar.bz2 |
[Ada] gnatpp: Fix documentation of threshold switches
gcc/ada/
* doc/gnat_ugn/gnat_utility_programs.rst: Change "_" to "-".
-rw-r--r-- | gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst b/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst index 883f012..56dd7be 100644 --- a/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst +++ b/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst @@ -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 |