From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2782 invoked by alias); 16 Nov 2018 14:50:28 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 2763 invoked by uid 89); 16 Nov 2018 14:50:26 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:4.82, H*r:TLS1.2, H*r:134, Hx-languages-length:802 X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 16 Nov 2018 14:50:25 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gNfRu-0003mP-Kh for gdb-patches@sourceware.org; Fri, 16 Nov 2018 09:50:23 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gNfRL-0003Re-In; Fri, 16 Nov 2018 09:49:49 -0500 Received: from [176.228.60.248] (port=3035 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gNfRK-0003yh-EH; Fri, 16 Nov 2018 09:49:47 -0500 Date: Fri, 16 Nov 2018 14:50:00 -0000 Message-Id: <834lchulff.fsf@gnu.org> From: Eli Zaretskii To: Pawel Wodkowski CC: gdb-patches@sourceware.org, murbanski@pl.sii.eu, sbasierski@pl.sii.eu, tim.wiederhake@intel.com, dragos.carciumaru@intel.com, bernhard.heckel@intel.com In-reply-to: <1542373804-76019-7-git-send-email-pwodkowski@pl.sii.eu> (message from Pawel Wodkowski on Fri, 16 Nov 2018 14:10:04 +0100) Subject: Re: [PATCH 7/7] Fortran: Document scope operator. References: <1542373804-76019-1-git-send-email-pwodkowski@pl.sii.eu> <1542373804-76019-7-git-send-email-pwodkowski@pl.sii.eu> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-IsSubscribed: yes X-SW-Source: 2018-11/txt/msg00253.txt.bz2 > From: Pawel Wodkowski > Cc: tim.wiederhake@intel.com, dragos.carciumaru@intel.com, Bernhard Heckel > Date: Fri, 16 Nov 2018 14:10:04 +0100 > > 2016-08-10 Bernhard Heckel > > gdb/Changelog: > * doc/gdb.texinfo: Describe scope operator. Please mention the name of the node where you making the changes, in parentheses, as if it were a function. > +@item :: > +The scope operator. Normally used to access variables in modules or to set breakpoints > +on subroutines nested in modules or in other subroutines (internal subroutines). Please make the lines shorter (less than 70 characters), and please leave 2 spaces between sentences. OK with those nits fixed. Thanks.