From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21111 invoked by alias); 12 Aug 2008 18:48:37 -0000 Received: (qmail 21103 invoked by uid 22791); 12 Aug 2008 18:48:36 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout6.012.net.il (HELO mtaout6.012.net.il) (84.95.2.16) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 12 Aug 2008 18:47:57 +0000 Received: from HOME-C4E4A596F7 ([84.229.211.50]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K5I00HMZ472MPB0@i-mtaout6.012.net.il> for gdb-patches@sourceware.org; Tue, 12 Aug 2008 21:47:27 +0300 (IDT) Date: Tue, 12 Aug 2008 18:48:00 -0000 From: Eli Zaretskii Subject: Re: [doc] fix reference to section in the gdb internals In-reply-to: <1218559809.8044.5.camel@localhost.localdomain> X-012-Sender: halo1@inter.net.il To: Thiago Jung Bauermann Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <1218559809.8044.5.camel@localhost.localdomain> 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: 2008-08/txt/msg00324.txt.bz2 > From: Thiago Jung Bauermann > Date: Tue, 12 Aug 2008 13:50:09 -0300 > > This patch fixes a @ref which for some reason points to the chapter > containing the referred section, instead of the section itself. Obvious, > perhaps? Yes, thanks.