From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3925 invoked by alias); 16 Mar 2009 04:07:24 -0000 Received: (qmail 3915 invoked by uid 22791); 16 Mar 2009 04:07:24 -0000 X-SWARE-Spam-Status: No, hits=1.8 required=5.0 tests=AWL,BAYES_00,BOTNET,J_CHICKENPOX_37,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout1.012.net.il (HELO mtaout1.012.net.il) (84.95.2.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 16 Mar 2009 04:07:17 +0000 Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KGK00900ZGR0W00@i-mtaout1.012.net.il> for gdb-patches@sourceware.org; Mon, 16 Mar 2009 06:08:02 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.228.91]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KGK00420ZHDO410@i-mtaout1.012.net.il>; Mon, 16 Mar 2009 06:08:02 +0200 (IST) Date: Mon, 16 Mar 2009 06:52:00 -0000 From: Eli Zaretskii Subject: Re: [commit][doc] Remove tindex entries from python command docs. In-reply-to: <1237174605.8098.17.camel@localhost.localdomain> To: Thiago Jung Bauermann Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <1237174605.8098.17.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: 2009-03/txt/msg00250.txt.bz2 > From: Thiago Jung Bauermann > Date: Mon, 16 Mar 2009 00:36:45 -0300 > > Eli notes that we don't have a data type index in the GDB Manual, so I'm > committing this patch under the obvious rule. > -- > []'s > Thiago Jung Bauermann > IBM Linux Technology Center > > > 2009-03-16 Thiago Jung Bauermann > > * gdb.texinfo (Commands In Python): Remove tindex entries. Thanks, but wouldn't it be better to convert them to @cindex entries?