From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15309 invoked by alias); 24 May 2013 04:53:53 -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 15297 invoked by uid 89); 24 May 2013 04:53:52 -0000 X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO autolearn=ham version=3.3.1 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 24 May 2013 04:53:52 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id C64FA2E775; Fri, 24 May 2013 00:53:50 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id dwgafkWw0iRe; Fri, 24 May 2013 00:53:50 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 45BBF1C7AED; Fri, 24 May 2013 00:53:50 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 5945CC2861; Fri, 24 May 2013 08:53:43 +0400 (RET) Date: Fri, 24 May 2013 04:53:00 -0000 From: Joel Brobecker To: asmwarrior Cc: Eli Zaretskii , gdb-patches@sourceware.org Subject: Re: Checked in: [RFA/Doco] Document new /system-gdbinit area Message-ID: <20130524045343.GH4017@adacore.com> References: <1369128288-3495-1-git-send-email-brobecker@adacore.com> <83d2skuuai.fsf@gnu.org> <20130522062815.GZ4017@adacore.com> <83obc3t68n.fsf@gnu.org> <20130523060831.GD4017@adacore.com> <519EC4A6.8080205@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <519EC4A6.8080205@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-05/txt/msg00906.txt.bz2 > I see an error when I run the command below (in MSYS) [...] > ../../../archer/gdb/doc/gdb.texinfo:36367: `Installed System-wide Configuration > Scripts' has no Up field (perhaps incorrect sectioning?). > ../../../archer/gdb/doc/gdb.texinfo:36367: warning: unreferenced node `Installed > System-wide Configuration Scripts'. My apologies. I normally rebuild all formats when I make a change, but I must have forgotten about the info format after I added the @node to the @subection. Fixed thusly. gdb/doc/ChangeLog: * gdb.texinfo (System-wide Configuration Scripts): Renames "Installed System-wide Configuration Scripts". Add associated @menu block. Eli, I installed this as an emergency fix, but I am ready to make any further adjustment you might require. For this patch, I shortened the node name a bit, but I think it'd be nice to shorten it further to make it fit in 80 columns, if we have some good suggestions. Thanks, -- Joel