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 E81A33858D39 for ; Mon, 27 Mar 2023 13:47:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E81A33858D39 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 1pgnBl-0003Kl-Fc; Mon, 27 Mar 2023 09:47:09 -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=P8kdRC6WUlCz0L6hyFUxvYxKlj364QT3Y5aHAV3Hvpw=; b=n44dMH9Bs9Qx 9vhQLBQXvP2xssOcnWhjT9bh0STkrNnewLAUd91spLG29SHiagPjUrC8bpi+UC5oGjc31asblC+fM V1cPiaVmeuEH3djhu4V5YgmUOQc5d+0Xp8aG9z59vu5akiHGcAJOoQyi0PYNOeY9aYk3UGBI5sMx9 jSPrnXdXNG3DDBlMPcwucCtcZYxHl52ewfojKas/OXQCYjef3viCh3DrBktLrGgCjbB5nL8yIjVOo QYI7qWiB+eibUjuFPaHsZYfX+nFWjRZRA+ESb0wTnbAgH5zF6EQzZbphowSbNlYk5v7hA1mB55ffU RGc6cgST4YyxZ+ReQV6Www==; 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 1pgnBk-0004Ws-Lc; Mon, 27 Mar 2023 09:47:08 -0400 Date: Mon, 27 Mar 2023 16:47:11 +0300 Message-Id: <83a5zy9uhs.fsf@gnu.org> From: Eli Zaretskii To: Christina Schimpe Cc: gdb-patches@sourceware.org In-Reply-To: <20230327113922.618826-2-christina.schimpe@intel.com> (message from Christina Schimpe via Gdb-patches on Mon, 27 Mar 2023 13:39:22 +0200) Subject: Re: [PATCH 1/1] gdb, doc: correct argument description for info connections/inferiors References: <20230327113922.618826-1-christina.schimpe@intel.com> <20230327113922.618826-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: > Cc: Christina Schimpe > Date: Mon, 27 Mar 2023 13:39:22 +0200 > From: Christina Schimpe via Gdb-patches > > 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 | 23 ++++++++++++++++------- > 1 file changed, 16 insertions(+), 7 deletions(-) Thanks. The text is OK, but please drop the cross-references (and the @anchor which you created for them): you actually allude to stuff described in the same node, and not very far before the referencing text, so cross-references are inappropriate. Instead, says "(see above)", or even nothing at all, since the reader just have read about ID lists, and there's an index entry for that if the reader forgot. Reviewed-By: Eli Zaretskii