From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1914) id 36F3F383581C; Wed, 11 May 2022 08:55:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 36F3F383581C MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: Pierre-Marie de Rodat To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-301] [Ada] Fix formatting glitches in GNAT User's Guide X-Act-Checkin: gcc X-Git-Author: Piotr Trojanek X-Git-Refname: refs/heads/master X-Git-Oldrev: a473646ec83e0835cf3f16e146a69445e6da7ee5 X-Git-Newrev: 4371d18278716311d6dbff55d3582536a19541d9 Message-Id: <20220511085534.36F3F383581C@sourceware.org> Date: Wed, 11 May 2022 08:55:34 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2022 08:55:34 -0000 https://gcc.gnu.org/g:4371d18278716311d6dbff55d3582536a19541d9 commit r13-301-g4371d18278716311d6dbff55d3582536a19541d9 Author: Piotr Trojanek Date: Sun Jan 30 18:41:16 2022 +0100 [Ada] Fix formatting glitches in GNAT User's Guide Only enhancement of formatting. gcc/ada/ * doc/gnat_ugn/gnat_and_program_execution.rst, doc/gnat_ugn/gnat_utility_programs.rst, doc/gnat_ugn/inline_assembler.rst: Fix typos and formatting glitches. * gnat_ugn.texi: Regenerate. Diff: --- gcc/ada/doc/gnat_ugn/gnat_and_program_execution.rst | 4 ++-- gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst | 12 ++++++------ gcc/ada/doc/gnat_ugn/inline_assembler.rst | 2 +- gcc/ada/gnat_ugn.texi | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/gcc/ada/doc/gnat_ugn/gnat_and_program_execution.rst b/gcc/ada/doc/gnat_ugn/gnat_and_program_execution.rst index 24ef9d6ca41..ce3886970eb 100644 --- a/gcc/ada/doc/gnat_ugn/gnat_and_program_execution.rst +++ b/gcc/ada/doc/gnat_ugn/gnat_and_program_execution.rst @@ -433,7 +433,7 @@ Ada Tasks .. index:: Breakpoints and tasks -* ``break``*linespec* ``task`` *taskid*, ``break`` *linespec* ``task`` *taskid* ``if`` ... +* ``break`` *linespec* ``task`` *taskid*, ``break`` *linespec* ``task`` *taskid* ``if`` ... These commands are like the ``break ... thread ...``. *linespec* specifies source lines. @@ -1306,7 +1306,7 @@ or simply: :: - $ gprof my_prog + $ gprof my_prog The complete form of the gprof command line is the following: diff --git a/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst b/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst index def11a6b120..d67083979cc 100644 --- a/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst +++ b/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst @@ -630,13 +630,13 @@ building specialized scripts. .. index:: --wide-character-encoding (gnatmetric) - :switch:`--wide-character-encoding={e}` - Specify the wide character encoding method for the input and output - files. ``e`` is one of the following: + :switch:`--wide-character-encoding={e}` + Specify the wide character encoding method for the input and output + files. ``e`` is one of the following: - * *8* - UTF-8 encoding + * *8* - UTF-8 encoding - * *b* - Brackets encoding (default value) + * *b* - Brackets encoding (default value) .. index:: Disable Metrics For Local Units in gnatmetric @@ -1161,7 +1161,7 @@ building specialized scripts. Report maximal loop nesting level - :switch:`-no-loop-nesting` + :switch:`--no-loop-nesting` Do not report maximal loop nesting level diff --git a/gcc/ada/doc/gnat_ugn/inline_assembler.rst b/gcc/ada/doc/gnat_ugn/inline_assembler.rst index b539e175425..4f878c28c5d 100644 --- a/gcc/ada/doc/gnat_ugn/inline_assembler.rst +++ b/gcc/ada/doc/gnat_ugn/inline_assembler.rst @@ -138,7 +138,7 @@ To see this output, invoke the compiler as follows: :: - $ gcc -c -S -fomit-frame-pointer -gnatp nothing.adb + $ gcc -c -S -fomit-frame-pointer -gnatp nothing.adb where the options are: diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index f52a069ed32..142cdde28ec 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -18498,7 +18498,7 @@ to refer to tasks in the following commands. @itemize * @item -@code{break`@w{`}*linespec* `@w{`}task} @emph{taskid}, @code{break} @emph{linespec} @code{task} @emph{taskid} @code{if} … +@code{break} @emph{linespec} @code{task} @emph{taskid}, @code{break} @emph{linespec} @code{task} @emph{taskid} @code{if} … @quotation @@ -19517,7 +19517,7 @@ or simply: @quotation @example -$ gprof my_prog +$ gprof my_prog @end example @end quotation @@ -28015,7 +28015,7 @@ To see this output, invoke the compiler as follows: @quotation @example -$ gcc -c -S -fomit-frame-pointer -gnatp nothing.adb +$ gcc -c -S -fomit-frame-pointer -gnatp nothing.adb @end example @end quotation