From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12897 invoked by alias); 16 Jan 2002 06:26:26 -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 12862 invoked from network); 16 Jan 2002 06:26:24 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sources.redhat.com with SMTP; 16 Jan 2002 06:26:24 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id DA2893D4A; Wed, 16 Jan 2002 01:26:12 -0500 (EST) Message-ID: <3C451D04.9040100@cygnus.com> Date: Tue, 15 Jan 2002 22:26:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa] Add ``Maintenance Commands'' appendix References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00449.txt.bz2 > Er, how do I do the cross reference bit? > > > Like this: > > You can see these breakpoints with the @value{GDBN} maintenance command > @samp{maint info breakpoints} (@pxref{Maintenance Commands}). > > (The node name inside @pxref might need to be changed to the actual name > of the new node you are writing; I don't remember how did you call it.) Thanks. It is called ``Maintenance Commands''. Would a link direct to the relevant ``maint info breakpoints'' section be better or isn't that possible? (Hmm, probably not, I think I made that chapter a single big table). Andrew