From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15610 invoked by alias); 22 May 2013 14:54:59 -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 15601 invoked by uid 89); 22 May 2013 14:54:59 -0000 X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_NIX_SPAM,SPF_SOFTFAIL,TW_DB autolearn=no version=3.3.1 Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 22 May 2013 14:54:57 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MN700H00FZC8B00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Wed, 22 May 2013 17:54:36 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MN700GM8G30XP70@a-mtaout22.012.net.il>; Wed, 22 May 2013 17:54:36 +0300 (IDT) Date: Wed, 22 May 2013 14:54:00 -0000 From: Eli Zaretskii Subject: Re: [RFA/Doco] Document new /system-gdbinit area In-reply-to: <20130522062815.GZ4017@adacore.com> To: Joel Brobecker Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83obc3t68n.fsf@gnu.org> References: <1369128288-3495-1-git-send-email-brobecker@adacore.com> <83d2skuuai.fsf@gnu.org> <20130522062815.GZ4017@adacore.com> X-SW-Source: 2013-05/txt/msg00837.txt.bz2 > Date: Wed, 22 May 2013 10:28:15 +0400 > From: Joel Brobecker > Cc: gdb-patches@sourceware.org > > > Ugh, a subsection without a @node... Why people like them so much? > > They make navigation inside an Info reader harder. > > I didn't know... I will gladly fix it. Thanks. > First attached is a patch which provides the changes made on top > of the first submission, showing the changes I made based on your > feedback. It also includes a NEWS entry. > > And second patch is the actual full patch. > > gdb/doc/ChangeLog: > > * gdb.texinfo (Installed System-wide Configuration Scripts): > Add subsection describing the scripts now available under > the data-dir's system-gdbbinit subdirectory. > * NEWS: Add entry announcing the availability of system-wide > configuration scripts for ElinOS and Wind River Linux. > > OK to commit? Yes, with one gotcha: > +@node Installed System-wide Configuration Scripts > +@subsection Installed System-wide Configuration Scripts > +@cindex System-wide configuration scripts @cindex entries should begin with a lower-case letter, unless it's a proper name or acronym. (This is because mixed-case sorts differently in different locales.) Thanks.