From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 1l5zOi7RJWQIXx4AWB0awg (envelope-from ) for ; Thu, 30 Mar 2023 14:13:02 -0400 Received: by simark.ca (Postfix, from userid 112) id E35B21E223; Thu, 30 Mar 2023 14:13:02 -0400 (EDT) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=sKK7jNe0; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-8.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 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 9D2E21E0D2 for ; Thu, 30 Mar 2023 14:13:02 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 20556385841D for ; Thu, 30 Mar 2023 18:13:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 20556385841D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1680199982; bh=bet3BPK9AkImSZfi8Wh2bsV0Axm5cKyvRI7eCiAWMEA=; h=Date:To:Cc:In-Reply-To:Subject:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=sKK7jNe0GgssC8Sll1qFdnI4s+s3RF9AxlUEVYJDKsrVdUdADr6rh6ZPhAuFOinRg lAkmujjbkJxTqOjKxZT1+l4U8Tn0mZC2GXc9/N6J4iijuMhBzIPMEz9FSBp3IqsNXp kbjRyJz1lLOCB9ix5FRVPEo1OGScMIZJBc0AGZxk= 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 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 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> 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-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 Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" > 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