From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id C312A3858D1E for ; Mon, 11 Apr 2022 11:38:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C312A3858D1E Received: from fencepost.gnu.org ([2001:470:142:3::e]:35548) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ndsNk-0003Wt-1m; Mon, 11 Apr 2022 07:38:56 -0400 Received: from [87.69.77.57] (port=1158 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ndsNj-0003Xf-Hq; Mon, 11 Apr 2022 07:38:55 -0400 Date: Mon, 11 Apr 2022 14:38:56 +0300 Message-Id: <83v8vf6e9b.fsf@gnu.org> From: Eli Zaretskii To: Nils-Christian Kempke Cc: gdb-patches@sourceware.org In-Reply-To: <20220411081859.459151-2-nils-christian.kempke@intel.com> (message from Nils-Christian Kempke on Mon, 11 Apr 2022 10:18:59 +0200) Subject: Re: [PATCH v3 11/11] gdb/doc: add section about Fortran intrinsic functions and types References: <20220411081859.459151-1-nils-christian.kempke@intel.com> <20220411081859.459151-2-nils-christian.kempke@intel.com> X-Spam-Status: No, score=2.1 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2022 11:38:59 -0000 > From: Nils-Christian Kempke > Cc: eliz@gnu.org, > Nils-Christian Kempke > Date: Mon, 11 Apr 2022 10:18:59 +0200 > > The earlier version of this document had no sections about the > available Fortran intrinsic functions or the Fortran builtin types. > > I added two sections 'Fortran intrinsics' and 'Fortran types' to > document the available Fortran language features. The subsection > 'Fortran Defaults' has been integrated into the Fortran subsection. Thanks. > +@item SHAPE(@var{a}) > +Returns the shape of a scalar or array (scalars have shape @samp{@code{()}}). It is not useful to nest @code inside @samp. Please use just @samp: it does the job of both, but without adding an extra pair of quotes in the Info output. This patch is okay with the above nit fixed.