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 4130F3858CDA for ; Thu, 30 Mar 2023 18:12:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 4130F3858CDA Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.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 1phwlO-0003uw-HP; Thu, 30 Mar 2023 14:12:42 -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=bet3BPK9AkImSZfi8Wh2bsV0Axm5cKyvRI7eCiAWMEA=; b=TnfDBRiRSo6O T/VBlIjfyMcbLx4UBNGs7+OdRv+R6RBk4/RyZqx1l1dEe+7AFyIwPNi/YC0HwsT0mvAEMlbtYCJpC bMH/jLbHY63bdhRyH/Va7MjLpH23uA0ammNo3RZsNimFO/GweqxnL1HRq6YErwP6926SN2efe2pRH BXigwY7HPhCkGKnN0Og4etF4fkTj6ghgwwqBBvKS7scxe4Q/MrL239rh+9spj9YqiOoNrtEpUxzpJ 9fUfoniBAUhtdHmN09pzXz6LrW/9H0ce1x5gNfAgEYjkpXmS1hPAYH+QFz78/LsNEWiHad2AiBy/s +l/VZy9FDMhkNWSdCbKESQ==; Received: from [87.69.77.57] (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 1phwlM-0004o4-N6; Thu, 30 Mar 2023 14:12:41 -0400 Date: Thu, 30 Mar 2023 21:12:51 +0300 Message-Id: <838rfe3y70.fsf@gnu.org> From: Eli Zaretskii To: Christina Schimpe Cc: gdb-patches@sourceware.org In-Reply-To: <20230330180239.3217030-2-christina.schimpe@intel.com> (message from Christina Schimpe on Thu, 30 Mar 2023 20:02:39 +0200) Subject: Re: [PATCH v2 1/1] gdb, doc: correct argument description for info connections/inferiors References: <20230330180239.3217030-1-christina.schimpe@intel.com> <20230330180239.3217030-2-christina.schimpe@intel.com> X-Spam-Status: No, score=1.7 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 autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > From: Christina Schimpe > Cc: eliz@gnu.org, > Christina Schimpe > Date: Thu, 30 Mar 2023 20:02:39 +0200 > > From: Nils-Christian Kempke > > It said for 'info inferiors' and 'info connections' that the argument > could be 'a space separated list of inferior numbers' which is correct > but incomplete. In fact the arguments can be any space separated > combination of numbers and (ascending) ranges. > > The beginning of the section now describes the ID list as a new keyword. > > Co-Authored-By: Christina Schimpe > --- > gdb/doc/gdb.texinfo | 19 +++++++++++++------ > 1 file changed, 13 insertions(+), 6 deletions(-) Thanks, this is OK. Approved-By: Eli Zaretskii