From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4000 invoked by alias); 14 Jun 2012 02:39:15 -0000 Received: (qmail 3992 invoked by uid 22791); 14 Jun 2012 02:39:14 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-pb0-f41.google.com (HELO mail-pb0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 14 Jun 2012 02:39:01 +0000 Received: by pbbrp2 with SMTP id rp2so3434537pbb.0 for ; Wed, 13 Jun 2012 19:39:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding:x-gm-message-state; bh=Isoni64J34z7TY+ynNSkfQ6WyZXxuSuxGnz4cCRNwY4=; b=c2cSPzYxhIGncKT3Ilw/+EtLinxzBlvwA6c8FnLgQ7DFPIZgwKnkYlm0CdlpxFmKuU moMFQ2D9P7JP7ydq9Hr3FKjprMu/JgXiwJqCCvF2GVG+oH+mlsiD35tNI6oUgILnwBsA Ls8Ib4ibyq+3lKdDzCN85afdf+N9vF2ITtfKf/MaUpCFGBoHmRnI3kEqwSnXW7EDdTsg XyzMSY0hG/MLECIcjoB8Nd2oZhNVH3RwrW9c846S+rlgtey0zltltr2Mbe6dsgDg3zM5 TVfe5MYONtFCXNPpiuXuihlBrFpAoLD/Tz4Gx9DfMU0kaTuSuHh2ReUzyCZhG4INin5L xBLA== Received: by 10.68.218.7 with SMTP id pc7mr2443761pbc.88.1339641540619; Wed, 13 Jun 2012 19:39:00 -0700 (PDT) Received: from [192.168.1.31] (204.47.255.123.static.snap.net.nz. [123.255.47.204]) by mx.google.com with ESMTPS id he9sm7779653pbc.68.2012.06.13.19.38.58 (version=SSLv3 cipher=OTHER); Wed, 13 Jun 2012 19:38:59 -0700 (PDT) Message-ID: <4FD94EC0.1000009@linaro.org> Date: Thu, 14 Jun 2012 02:39:00 -0000 From: Michael Hope User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: [PATCH, doc]: Rename Index node to prevent file collision Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQkP1cnqcZp03DDcMMFQNHwS70tu0rdKoVypubAyw4xFDOcqMgUa6zTg0JHoIJ6+rF6mUWlQ 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: 2012-06/txt/msg00457.txt.bz2 Hi there. This patch renames the 'Index' node in the GDB end user documentation to 'GDB Index' to prevent generating HTML filenames that differ only in case. makeinfo generates a HTML file per node and uses the node name as the filename. It also generates a top level 'index.html'. This causes problems in Windows as 'index.html' and 'Index.html' differ only in case. 'GDB Index' matches the binutils style of using 'AS Index' and similar for the different tools. makeinfo displays the node name to the end user in the window title so you can't use names like 'Index_'. OK for trunk? -- Michael 2012-06-14 Michael Hope * gdb.texinfo (GDB Index): Rename 'Index' to 'GDB Index'. --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -182,7 +182,7 @@ software in general. We will miss him. * Copying:: GNU General Public License says how you can copy and share GDB * GNU Free Documentation License:: The license for this documentation -* Index:: Index +* GDB Index:: GDB Index @end menu @end ifnottex @@ -1779,7 +1779,7 @@ and @code{show} to inquire about the state of your program, or the state of @value{GDBN} itself. Each command supports many topics of inquiry; this manual introduces each of them in the appropriate context. The listings under @code{info} and under @code{show} in the Index point to -all the sub-commands. @xref{Index}. +all the sub-commands. @xref{GDB Index}. @c @group @table @code @@ -40390,8 +40390,8 @@ A string in the constant pool is zero-terminated. @appendix GNU Free Documentation License @include fdl.texi -@node Index -@unnumbered Index +@node GDB Index +@unnumbered GDB Index @printindex cp