From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10258 invoked by alias); 4 Apr 2013 17:00:34 -0000 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 Received: (qmail 10249 invoked by uid 89); 4 Apr 2013 17:00:33 -0000 X-Spam-SWARE-Status: No, score=-4.4 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 04 Apr 2013 17:00:29 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MKQ00200PQOSI00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Thu, 04 Apr 2013 20:00:26 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MKQ002JKPWQQV50@a-mtaout21.012.net.il>; Thu, 04 Apr 2013 20:00:26 +0300 (IDT) Date: Fri, 05 Apr 2013 11:47:00 -0000 From: Eli Zaretskii Subject: Re: [patchv2+doc] New gdbinit.5 man page + converted gdb.1+gdbserver.1 In-reply-to: <20130404160915.GA11966@host2.jankratochvil.net> To: Jan Kratochvil Cc: tromey@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83sj36fcxb.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> <83fw0qokfw.fsf@gnu.org> <20130404160915.GA11966@host2.jankratochvil.net> X-SW-Source: 2013-04/txt/msg00110.txt.bz2 > Date: Thu, 4 Apr 2013 18:09:15 +0200 > From: Jan Kratochvil > Cc: tromey@redhat.com, gdb-patches@sourceware.org > > > 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. > > Done with @ref. > > > > > +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. > > Done 2. These are the only 2 changes and the only comments I had, right? If so, this is ready to go in, thanks.