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 0914A3858D20 for ; Wed, 17 Apr 2024 12:09:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 0914A3858D20 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 0914A3858D20 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:470:142:3::10 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1713355783; cv=none; b=AMRe0YQHCKzSIyd266uwUiuSae5bBzDL2gC5gYPP94A4UBA3lNMU7wuv1PMteIWNw2fV2wJ0EYpzyBtFJagjy60cIkrioDJqnlr17POYBVNB0Blnf9i2i7Z9M73JwOYA1GZaQmKv+6vOYtPSBv8oKBf8jHj/QWTEg+Hro6tvIP4= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1713355783; c=relaxed/simple; bh=NB4FwctwMkl8xDvlo9durNAhlirH3Ta+uq9IsYvC0uI=; h=DKIM-Signature:Date:Message-Id:From:To:Subject; b=AF+uavxXFRPVfAzzWlUdVWAfr58n+HGjBcRdqKAdSpNcvI6AVK1QqtfVYzQtnSGg2j1Z+8nnyr5U5oCiq6uJCSn3ziKyT0xTbvsQGG0CHlKTh47ilj5dzsx05PaUqppsTK8Uul4PVBRk3dHHn7TEqWfiPYBkGEiNxVx+O3bLpzM= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rx46d-0006vo-Qy; Wed, 17 Apr 2024 08:09:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=bekbTKyy157A0luKsw8edYQ/FI2QUP6Oqy3l6JsxML0=; b=pP2ZvVEHJOwc 12yFWjYNOzahoeJDJphZuQFVlGzH3NlqCXyh58N46NJiXkIOr+RV8472hE5PKnE6ybAurmMBG+uUw 8QdmmNUZVqYDBPvMy6W1z/wj6C5jpnb+E84dbUFq+1x2o6lrazawycLcYYu7JmvE5S03qBgANLAwl VKo6EdrZJ3JUdLtCR7r9dJADOLsMXa7BgZ1uxiwFJTywGMhXrTokl9TwYiw2OEDDMkXFpBOfcpLbF byGb74/b8/TeYoSlyz5y7T+9zK6ULtZFM4/ksRIy+/8LV1v1+5OzQyvq6bcZX2Wjt9X0+QfwTIVaq Kb6rrri3XoOnYsz1vei/Ug==; Date: Wed, 17 Apr 2024 15:09:36 +0300 Message-Id: <8634rki41r.fsf@gnu.org> From: Eli Zaretskii To: Gustavo Romero Cc: gdb-patches@sourceware.org, luis.machado@arm.com, thiago.bauermann@linaro.org, tom@tromey.com In-Reply-To: (message from Gustavo Romero on Tue, 16 Apr 2024 20:10:43 -0300) Subject: Re: [PATCH v4 8/8] gdb: Document qIsAddressTagged packet References: <20240416140728.198163-1-gustavo.romero@linaro.org> <20240416140728.198163-9-gustavo.romero@linaro.org> <86y19didft.fsf@gnu.org> X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > Cc: gdb-patches@sourceware.org, luis.machado@arm.com, > thiago.bauermann@linaro.org, tom@tromey.com > From: Gustavo Romero > Date: Tue, 16 Apr 2024 20:10:43 -0300 > > Hi Eli, > > Thanks a lot for the review. I just have one question. > > >> +@item E @var{nn} > >> +An error occurred. This means that address could not be checked for some > >> +reason. > > > > Here "nn" is the error value, right? If so, I suggest to say > > > > @item E @var{nn} > > An error occurred whose code is @var{nn}. > > Do you mean remove the "This means that address could not be checked for some reason." > text completely or just s/An error occurred/An error occurred whose code is @var{nn}/? The latter.