From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12832 invoked by alias); 27 Sep 2005 18:57:49 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 9161 invoked by uid 22791); 27 Sep 2005 18:54:53 -0000 Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 27 Sep 2005 18:54:53 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-42-128.inter.net.il [80.230.42.128]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id CNI90987 (AUTH halo1); Tue, 27 Sep 2005 21:54:33 +0300 (IDT) Date: Tue, 27 Sep 2005 18:57:00 -0000 Message-Id: From: Eli Zaretskii To: Joel Brobecker CC: gdb-patches@sources.redhat.com In-reply-to: <20050927040935.GA25156@adacore.com> (message from Joel Brobecker on Mon, 26 Sep 2005 21:09:35 -0700) Subject: Re: [RFA/doco] Document set/show print array-indexes Reply-to: Eli Zaretskii References: <20050926230806.GT922@adacore.com> <20050927040935.GA25156@adacore.com> X-SW-Source: 2005-09/txt/msg00255.txt.bz2 > Date: Mon, 26 Sep 2005 21:09:35 -0700 > From: Joel Brobecker > Cc: gdb-patches@sources.redhat.com > > OK, I also did a "make info", just to double-check, no error as well. Thanks. > Note that the other commands in the same section as also lacking > this @kindex. I can add it for you if you like (separate patch, though). Sorry, I should have checked my memory before asking for a @kindex. I now recall that I decided to have only one @kindex entry for all of the "set print ..." family, and such an entry is already near the beginning of this section. So please don't add a @kindex entry for this new command. Sorry for the trouble. >
set print array-indexes >
set print array-indexes on > >
> > Print the index of each element when displaying arrays. May be more > convenient to locate a given element in the array or quickly find the > index of a given element in that printed array. The default is off. >

> > I think the NAME tag should be just before the two sections. > What do you think? Yes, you are right. > 2005-09-26 Joel Brobecker > > * gdb.texinfo (Print Settings): Add documentation for set/show > print array-indexes. > > Tested by building the HTML documentation and checking the result. > Info documentation also built without any error. Fine with me, after you remove the extra @kindex. Thanks.