From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19694 invoked by alias); 2 Mar 2013 09:46:39 -0000 Received: (qmail 19686 invoked by uid 22791); 2 Mar 2013 09:46:37 -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_YE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 02 Mar 2013 09:46:30 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MJ1008001M99L00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Sat, 02 Mar 2013 11:46:28 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MJ1008G51TF7X30@a-mtaout22.012.net.il>; Sat, 02 Mar 2013 11:46:28 +0200 (IST) Date: Sat, 02 Mar 2013 09:46:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 3/3] doc, record: document record changes In-reply-to: To: "Metzger, Markus T" Cc: jan.kratochvil@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83a9qmuobc.fsf@gnu.org> References: <1361808917-16934-1-git-send-email-markus.t.metzger@intel.com> <1361808917-16934-4-git-send-email-markus.t.metzger@intel.com> <838v6bhttl.fsf@gnu.org> <83vc9burfw.fsf@gnu.org> <83sj4fupcf.fsf@gnu.org> 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/msg00051.txt.bz2 > From: "Metzger, Markus T" > CC: "jan.kratochvil@redhat.com" , > "gdb-patches@sourceware.org" > Date: Fri, 1 Mar 2013 15:20:15 +0000 > > > > In the documentation, there had been a @kindex show record memory-query. > > > I changed it to @kindex show record full memory-query. > > > > OK, but there should be only one entry that begins with "@kindex show > > record full". > > There were several entries that begin with "@kindex show record" and now > there are several entries that begin with "@kindex show record full". There should be only one of each. And the same wrt "@kindex set record". > When I fix this, do I need to reorder the documentation such that all the > "set record full" and all the "show record full" are listed together? As long as they are close to one another, no need to reorder. > At the moment, corresponding set and show commands are grouped together. That's fine. > To make things more interesting, there are "set/show record", "set/show > record full", and "set/show record btrace" sub-commands. Each one should have only one @kindex for "set" and another one for "show". Thanks.