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 4B3CB3840C03 for ; Mon, 22 Jun 2020 02:23:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4B3CB3840C03 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=eliz@gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]:33917) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jnC7c-0006gn-FD; Sun, 21 Jun 2020 22:23:44 -0400 Received: from [176.228.60.248] (port=4943 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jnC7b-0001NZ-Ji; Sun, 21 Jun 2020 22:23:44 -0400 Date: Mon, 22 Jun 2020 05:23:38 +0300 Message-Id: <83366nvnx1.fsf@gnu.org> From: Eli Zaretskii To: Tom Tromey Cc: gdb-patches@sourceware.org In-Reply-To: <87sgeogocu.fsf@tromey.com> (message from Tom Tromey on Sun, 21 Jun 2020 14:23:13 -0600) Subject: Re: [RFC 2/6] Add "help news" References: <20200404145422.19917-1-tom@tromey.com> <20200404145422.19917-3-tom@tromey.com> <834ktzut0m.fsf@gnu.org> <87sgeogocu.fsf@tromey.com> X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP, URIBL_CSS, URIBL_CSS_A autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.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: , X-List-Received-Date: Mon, 22 Jun 2020 02:23:46 -0000 > From: Tom Tromey > Cc: Tom Tromey , gdb-patches@sourceware.org > Date: Sun, 21 Jun 2020 14:23:13 -0600 > > >> Btw, I don't see this subcommand described in the manual. Should it > >> be? > > Probably but where would be the best place to put it? In "Help", I'd say.