From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from grace.univie.ac.at (grace.univie.ac.at [IPv6:2001:62a:4:25::25:115]) by sourceware.org (Postfix) with ESMTPS id CAA163893646; Mon, 24 May 2021 21:21:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org CAA163893646 Received: from jarvis.univie.ac.at ([131.130.3.112] helo=jarvis.univie.ac.at) by grace.univie.ac.at with esmtps (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.94.2) (envelope-from ) id 1llI10-00AIwi-Sa; Mon, 24 May 2021 23:21:34 +0200 Received: from 095129205198.cust.akis.net ([95.129.205.198] helo=[10.9.59.110]) by jarvis.univie.ac.at with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.94.2) (envelope-from ) id 1llI10-001yKE-Fj; Mon, 24 May 2021 23:21:34 +0200 Subject: https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gfortran/ References: <4e1d0ba8-07ea-a556-4b55-2f6139947f85@unet.univie.ac.at> To: "gcc@gcc.gnu.org" , "gcc-patches@gcc.gnu.org" , "fortran@gcc.gnu.org" , Tobias Burnus From: Johannes Nendwich X-Forwarded-Message-Id: <4e1d0ba8-07ea-a556-4b55-2f6139947f85@unet.univie.ac.at> Message-ID: Date: Mon, 24 May 2021 23:21:34 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <4e1d0ba8-07ea-a556-4b55-2f6139947f85@unet.univie.ac.at> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Univie-Virus-Scan: scanned by ClamAV on jarvis.univie.ac.at X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, KAM_SHORT, SPF_HELO_NONE, SPF_NONE autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2021 21:21:39 -0000 Hi folks, some more suggestions for corrections in the onlinedocs: https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gfortran/GERROR.html#GERROR RESULT "Shall of type CHARACTER and of default" --> "Shall BE of ... default KIND." https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gfortran/GETARG.html#GETARG 2 x "VALUE Shall be of type CHARACTER [...]" https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gfortran/GETLOG.html#GETLOG "Stores the current user name in LOGIN." --> "Stores the current user name in C." https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gfortran/NORM2.html#NORM2 "Calculates the Euclidean vector norm (L_2 norm) of of ARRAY along dimension DIM." "... of of ..." --> "... of ..." https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gfortran/PARITY.html#PARITY "LOGICAL Shall be ..." --> "MASK Shall be ..." https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gfortran/RANDOM_005fINIT.html#RANDOM_005fINIT "IMAGE_DISTINCT ... the seed is set value that does ..." --> "IMAGE_DISTINCT ... the seed is set TO A value that does ..." https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gfortran/RANDOM_005fNUMBER.html#RANDOM_005fNUMBER "Syntax: RANDOM_NUMBER(HARVEST)" --> "Syntax: CALL RANDOM_NUMBER(HARVEST)" Greets, Johannes