From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20431 invoked by alias); 7 Mar 2013 12:27:11 -0000 Received: (qmail 20419 invoked by uid 22791); 7 Mar 2013 12:27:09 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 07 Mar 2013 12:27:04 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MJA00300IIFQR00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Thu, 07 Mar 2013 14:27:02 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MJA002CWIL2OTH0@a-mtaout20.012.net.il>; Thu, 07 Mar 2013 14:27:02 +0200 (IST) Date: Thu, 07 Mar 2013 12:27:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Improve built-in documentation for pagination commands In-reply-to: <51386DB7.7080302@redhat.com> To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83zjyfz97s.fsf@gnu.org> References: <8338w71pzs.fsf@gnu.org> <51386DB7.7080302@redhat.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2013-03/txt/msg00283.txt.bz2 > Date: Thu, 07 Mar 2013 10:36:39 +0000 > From: Pedro Alves > CC: gdb-patches@sourceware.org > > On 03/07/2013 10:08 AM, Eli Zaretskii wrote: > > I frequently waste too much time looking up these commands, because I > > constantly forget their names. So I decided to improve their doc > > strings so that 'apropos' will find them easier, and also to mention > > the special value of zero explicitly. > > > > Any objections to the changeset below? > > I think this looks great. Thanks, I committed that (sans the testsuite part, which is no longer necessary, since help.exp had the command-specific help text removed).