From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21105 invoked by alias); 20 Feb 2013 19:26:54 -0000 Received: (qmail 21076 invoked by uid 22791); 20 Feb 2013 19:26:53 -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_NO,RCVD_IN_HOSTKARMA_YE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 20 Feb 2013 19:26:47 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MIJ009009YFP600@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Wed, 20 Feb 2013 21:26:45 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MIJ000SKA0LY4B4@a-mtaout20.012.net.il>; Wed, 20 Feb 2013 21:26:45 +0200 (IST) Date: Wed, 20 Feb 2013 19:26:00 -0000 From: Eli Zaretskii Subject: Re: [patch+doc] New gdbinit.5 man page In-reply-to: <20130220084353.GA801@host2.jankratochvil.net> To: Jan Kratochvil Cc: tromey@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83fw0qokfw.fsf@gnu.org> References: <20130211201401.GA25391@host2.jankratochvil.net> <83621x5x7d.fsf@gnu.org> <20130212162141.GA4287@host2.jankratochvil.net> <87pq05mdqc.fsf@fleche.redhat.com> <83lias3ybi.fsf@gnu.org> <20130219162741.GA4493@host2.jankratochvil.net> <838v6kp4gu.fsf@gnu.org> <20130220084353.GA801@host2.jankratochvil.net> 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-02/txt/msg00542.txt.bz2 > Date: Wed, 20 Feb 2013 09:43:53 +0100 > From: Jan Kratochvil > Cc: tromey@redhat.com, gdb-patches@sourceware.org > > +@node gdbinit man,,,Man Pages There's no need to have prev/next/up pointers on the @node line, I don't think we use them elsewhere. > +@c man begin DESCRIPTION gdbinit > +These files contain @value{GDBN} commands to automatically execute during > +@value{GDBN} startup. The lines of contents are canned sequences of commands, > +described in the @value{GDBN} manual in node @code{Sequences}, accessible by > +shell command @code{info -f gdb -n Sequences}. Hmm. A reference such as "in node @code{Sequences}" is not a Texinfo reference, it won't produce a link that can be followed in an Info reader. If we want this stuff to be part of the manual, we could use conditionals, so that we get a usual xref in the manual, and text like above in the man pages. Alternatively, we could keep these as separate files, not included in the manual; then the form you used would be fine. > +See more in the @value{GDBN} manual in node @code{Init File in the Current > +Directory} - shell command ^^^ You want 2 or 3 dashes in a row here. OK with those changes. Thanks.