From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3924 invoked by alias); 27 Sep 2005 03:42:55 -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 3913 invoked by uid 22791); 27 Sep 2005 03:42:46 -0000 Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (192.114.186.20) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 27 Sep 2005 03:42:46 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-65-199.inter.net.il [80.230.65.199]) by nitzan.inter.net.il (MOS 3.6.5-GR) with ESMTP id BNN27275 (AUTH halo1); Tue, 27 Sep 2005 06:42:35 +0300 (IDT) Date: Tue, 27 Sep 2005 03:42:00 -0000 Message-Id: From: Eli Zaretskii To: Joel Brobecker CC: gdb-patches@sources.redhat.com In-reply-to: <20050926230806.GT922@adacore.com> (message from Joel Brobecker on Mon, 26 Sep 2005 16:08:06 -0700) Subject: Re: [RFA/doco] Document set/show print array-indexes Reply-to: Eli Zaretskii References: <20050926230806.GT922@adacore.com> X-SW-Source: 2005-09/txt/msg00244.txt.bz2 > Date: Mon, 26 Sep 2005 16:08:06 -0700 > From: Joel Brobecker > > This is the documentation for a new set/show command and their effect. Thanks. See my comments below. > Tested by building the HTML documentation and checking the result. It is also advisable to build the Info version and at least make sure there are no error messages from makeinfo. > +@item set print array-indexes > +@itemx set print array-indexes on > +@cindex print array indexes Please add here a @kindex entry for this command. All commands are indexed via @kindex in the GDB manual. Also, I think the @cindex entry should use "indices", because that's the right spelling. (Maybe we should change the command to "set array index" in singular, to avoid this issue.) > +index of a given element in that printed array. The default is off. ^^^ Need 2 blanks here. Other than that, fine.