From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7871) id E89293858401; Tue, 3 Jan 2023 09:33:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E89293858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1672738433; bh=9bav1wZXgtN/CbLGGxVpgioJ3jA1HSpTHqF/ukVu23A=; h=From:To:Subject:Date:From; b=G4yTphnCv6BljaKuJyW9UiZT3rWXE9cDKW3+13FAP8UbeCWSSq8x/Wjo6NEpMfu8/ 1Ojh0NOG324wd8+UiWewx++JdM8hv/h7727Q1SF8QA2LoyMzEMFO0mHXN6VVSytPFl 8+gi+5aMdozHQSGoed/u4Ly9cJsi2uVso7uD5mOQ= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Marc Poulhi?s To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-4962] ada: GNAT UGN: Adjust wording in "Platform-specific Information" chapter X-Act-Checkin: gcc X-Git-Author: Joel Brobecker X-Git-Refname: refs/heads/master X-Git-Oldrev: 7caa68418199bf2116467780d68ba21d49c45cdb X-Git-Newrev: 1fc93c2437dd3bc5cfd19b1397b9b0ca4c5f4064 Message-Id: <20230103093353.E89293858401@sourceware.org> Date: Tue, 3 Jan 2023 09:33:53 +0000 (GMT) List-Id: https://gcc.gnu.org/g:1fc93c2437dd3bc5cfd19b1397b9b0ca4c5f4064 commit r13-4962-g1fc93c2437dd3bc5cfd19b1397b9b0ca4c5f4064 Author: Joel Brobecker Date: Tue Dec 6 09:21:57 2022 +0400 ada: GNAT UGN: Adjust wording in "Platform-specific Information" chapter The wording of the introduction paragraph specified an incomplete list of OSes. Rather than trying to update the list, this commit changes the text to make it more general. For those parts of this chapter which only apply to specific OSes, the documentation is written in a way that it is clear which OS it applies to. gcc/ada/ * doc/gnat_ugn/platform_specific_information.rst (_Platform_Specific_Information): Minor rewording of intro text. * gnat_ugn.texi: Regenerate. Diff: --- gcc/ada/doc/gnat_ugn/platform_specific_information.rst | 4 ++-- gcc/ada/gnat_ugn.texi | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gcc/ada/doc/gnat_ugn/platform_specific_information.rst b/gcc/ada/doc/gnat_ugn/platform_specific_information.rst index 4d25dea3d1e..a136a5a0f75 100644 --- a/gcc/ada/doc/gnat_ugn/platform_specific_information.rst +++ b/gcc/ada/doc/gnat_ugn/platform_specific_information.rst @@ -13,8 +13,8 @@ Platform-Specific Information ***************************** This appendix contains information relating to the implementation -of run-time libraries on various platforms and also covers -topics related to the GNAT implementation on Windows and Mac OS. +of run-time libraries on various platforms and also covers topics +related to the GNAT implementation on specific Operating Systems. .. _`Run_Time_Libraries`: diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index 8524f0a840f..0470414e150 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -19,7 +19,7 @@ @copying @quotation -GNAT User's Guide for Native Platforms , Dec 01, 2022 +GNAT User's Guide for Native Platforms , Jan 02, 2023 AdaCore @@ -22450,8 +22450,8 @@ Debug Pool info: This appendix contains information relating to the implementation -of run-time libraries on various platforms and also covers -topics related to the GNAT implementation on Windows and Mac OS. +of run-time libraries on various platforms and also covers topics +related to the GNAT implementation on specific Operating Systems. @menu * Run-Time Libraries::