From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31407 invoked by alias); 24 Sep 2002 05:05:50 -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 31400 invoked from network); 24 Sep 2002 05:05:48 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 24 Sep 2002 05:05:48 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id GAA18373; Tue, 24 Sep 2002 06:59:35 +0200 (IST) Date: Mon, 23 Sep 2002 22:05:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Marko Mlinar cc: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: Merging OC gdb with official gdb In-Reply-To: <200209231346.58722.markom@opencores.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-09/txt/msg00571.txt.bz2 On Mon, 23 Sep 2002, Marko Mlinar wrote: > > How is your texinfo? > here: Thanks, this is okay with me, provided that you fix the following minor problems: > + @node OpenRISC 1000 > + @subsection OpenRISC 1000 Please add a "@cindex OpenRISC 1000" here. > + @cindex or1k boards > + See OR1k Architecture document (@url{www.opencores.org}) for more information Please avoid using @url at all costs; it's deprecated and not very useful. Instead, use @uref, like this: See @uref{http://www.opencores.org, OR1k Architecture document}, for more information This will actually produce a link in HTML output, while Info and plain ASCII output will look almost like what you wrote above. > + @item info or1k spr @var{group} > + @item info or1k spr @var{groupno} > + Displays register names in selected group. > + > + @item info or1k spr @var{group} @var{register} > + @item info or1k spr @var{register} > + @item info or1k spr @var{groupno} @var{registerno} > + @item info or1k spr @var{registerno} > + Shows information about specified spr register. You want all @item's but the first be @itemx, like this: @item info or1k spr @var{group} @var{register} @itex info or1k spr @var{register} @itemx info or1k spr @var{groupno} @var{registerno} @itemx info or1k spr @var{registerno} Shows information about specified spr register. > + @kindex htrace info > + @item htrace info > + Display information about current HW trace configuration. I wonder whether it would be useful to say something about htrace -- what it is and what is it useful for. It's something that isn't described anywhere else in the manual, so users might not know about it. > + @kindex htrace enable > + @item htrace enable > + @kindex htrace disable > + @item htrace disable > + Enables/disables the HW trace. Here, too, you want the second @item to be @itemx.