From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id soYIND0wk18eawAAWB0awg (envelope-from ) for ; Fri, 23 Oct 2020 15:34:21 -0400 Received: by simark.ca (Postfix, from userid 112) id C75EE1EE09; Fri, 23 Oct 2020 15:34:21 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 216FA1E552 for ; Fri, 23 Oct 2020 15:34:21 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 901EF398B43C; Fri, 23 Oct 2020 19:34:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 901EF398B43C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1603481660; bh=CuUZWmnZ049jU4WRGJBD9+H4RzN37G1iXWpDabCcCdc=; h=Date:To:In-Reply-To:Subject:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=xzzMxxY9UVcDNnQjKBmBPTBcrkEIRr+Wr7TuvcA/rPVAi8AaeBc3HebU66+y/Msd6 CN5F6+u5luIIc1FSsafKoZeZBiex44vIYxhfVZKomJbhAx31lKlL2fVpZm3+eoYPO3 JMEu2Ijci48V8+JWxquwxPb1pDCi5FDhGCnBpoEc= Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 1BE2A3851C3B for ; Fri, 23 Oct 2020 19:34:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1BE2A3851C3B Received: from fencepost.gnu.org ([2001:470:142:3::e]:57054) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kW2pM-0008Q1-QW; Fri, 23 Oct 2020 15:34:16 -0400 Received: from [176.228.60.248] (port=2852 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kW2pM-0007M8-7E; Fri, 23 Oct 2020 15:34:16 -0400 Date: Fri, 23 Oct 2020 22:34:02 +0300 Message-Id: <83ft64ivo5.fsf@gnu.org> To: Luis Machado In-Reply-To: (message from Luis Machado on Fri, 23 Oct 2020 16:04:45 -0300) Subject: Re: [PATCH v2 20/24] Documentation for the new mtag commands References: <20201022200014.5189-1-luis.machado@linaro.org> <20201022200014.5189-21-luis.machado@linaro.org> <837drhla9o.fsf@gnu.org> <83y2jwj0dk.fsf@gnu.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: , From: Eli Zaretskii via Gdb-patches Reply-To: Eli Zaretskii Cc: david.spickett@linaro.org, gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" > Cc: gdb-patches@sourceware.org, david.spickett@linaro.org > From: Luis Machado > Date: Fri, 23 Oct 2020 16:04:45 -0300 > > > This is the crucial aspect that should be stated, IMO. > > > > I realized the order of the phrases was a bit off. I reordered it a bit > and added to it. How does the following look? Looks good, thanks.