From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12946 invoked by alias); 23 Mar 2007 23:11:55 -0000 Received: (qmail 12933 invoked by uid 22791); 23 Mar 2007 23:11:54 -0000 X-Spam-Check-By: sourceware.org Received: from hq.tensilica.com (HELO mailapp.tensilica.com) (65.205.227.29) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 23 Mar 2007 23:11:50 +0000 Received: from localhost ([127.0.0.1]) by mailapp.tensilica.com with esmtp (Exim 4.34) id 1HUsvD-0005ru-Kv for gdb-patches@sources.redhat.com; Fri, 23 Mar 2007 15:11:47 -0800 Received: from mailapp.tensilica.com ([127.0.0.1]) by localhost (mailapp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20468-06 for ; Fri, 23 Mar 2007 15:11:47 -0800 (PST) Received: from heron.hq.tensilica.com ([192.168.11.123]) by mailapp.tensilica.com with esmtp (Exim 4.34) id 1HUsvD-0005rl-6O for gdb-patches@sources.redhat.com; Fri, 23 Mar 2007 15:11:47 -0800 Received: from [192.168.11.123] (heron.hq.tensilica.com [192.168.11.123]) by heron.hq.tensilica.com (Postfix) with ESMTP id 7120BAC66E for ; Fri, 23 Mar 2007 16:11:47 -0700 (PDT) Message-ID: <46045EB3.8070503@tensilica.com> Date: Fri, 23 Mar 2007 23:11:00 -0000 From: Bob Wilson User-Agent: Thunderbird 1.5.0.10 (X11/20070306) MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [PATCH] fix some documentation menus Content-Type: multipart/mixed; boundary="------------070407060802060707000701" 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: 2007-03/txt/msg00212.txt.bz2 This is a multi-part message in MIME format. --------------070407060802060707000701 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 609 This patch fixes some out-of-order menu entries and removes some menus that don't match the hierarchical structure of the document. It also removes some unnecessary next/prev/up arguments from a @node entry, since they can cause problems for conditional text and since none of the other nodes (except Top) specify those arguments. OK? 2007-03-23 Bob Wilson * gdb.texinfo (Top): Move TUI and Annotations menu entries to match the order of the nodes. (C Operators, C Constants, Debugging C): Remove extra menus. (Method Names in Commands): Do not specify next/prev/up nodes. --------------070407060802060707000701 Content-Type: text/plain; name="gdb-doc-menus.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="gdb-doc-menus.patch" Content-length: 2065 Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.389 diff -u -r1.389 gdb.texinfo --- gdb.texinfo 26 Feb 2007 20:10:17 -0000 1.389 +++ gdb.texinfo 23 Mar 2007 23:02:09 -0000 @@ -144,11 +144,11 @@ * Configurations:: Configuration-specific information * Controlling GDB:: Controlling @value{GDBN} * Sequences:: Canned sequences of commands -* TUI:: @value{GDBN} Text User Interface * Interpreters:: Command Interpreters +* TUI:: @value{GDBN} Text User Interface * Emacs:: Using @value{GDBN} under @sc{gnu} Emacs -* Annotations:: @value{GDBN}'s annotation interface. * GDB/MI:: @value{GDBN}'s Machine Interface. +* Annotations:: @value{GDBN}'s annotation interface. * GDB Bugs:: Reporting bugs in @value{GDBN} @@ -9184,10 +9184,6 @@ attempts to invoke the redefined version instead of using the operator's predefined meaning. -@menu -* C Constants:: -@end menu - @node C Constants @subsubsection C and C@t{++} constants @@ -9248,14 +9244,6 @@ and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers. @end itemize -@menu -* C plus plus expressions:: -* C Defaults:: -* C Checks:: - -* Debugging C:: -@end menu - @node C plus plus expressions @subsubsection C@t{++} expressions @@ -9419,10 +9407,6 @@ with pointers and a memory allocation function. @xref{Expressions, ,Expressions}. -@menu -* Debugging C plus plus:: -@end menu - @node Debugging C plus plus @subsubsection @value{GDBN} features for C@t{++} @@ -9524,7 +9508,7 @@ * The Print Command with Objective-C:: @end menu -@node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C +@node Method Names in Commands @subsubsection Method Names in Commands The following commands have been extended to accept Objective-C method --------------070407060802060707000701--