From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15098 invoked by alias); 17 Jun 2009 17:41:30 -0000 Received: (qmail 15085 invoked by uid 22791); 17 Jun 2009 17:41:30 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 17 Jun 2009 17:41:18 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MGz8O-0000ig-2A; Wed, 17 Jun 2009 13:41:16 -0400 From: Eli Zaretskii To: Chris Genly CC: gdb@sourceware.org In-reply-to: (message from Chris Genly on Wed, 17 Jun 2009 10:32:44 -0700) Subject: Re: MI: -var-list-children doc error Reply-to: Eli Zaretskii References: Message-Id: Date: Wed, 17 Jun 2009 17:41:00 -0000 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-06/txt/msg00184.txt.bz2 > Date: Wed, 17 Jun 2009 10:32:44 -0700 > From: Chris Genly > Cc: gdb@sourceware.org > > I can do that. Please direct me to the right files and let me know what formats. The GDB manual's source is gdb/doc/gdb.texinfo. It's written in Texinfo, but is almost pure text, so I think producing a patch will not be difficult, even if you are not familiar with Texinfo. (If you want to learn about Texinfo, typing "info texinfo" at your shell prompt will most probably show you the Texinfo manual.) Please post the patches to gdb-patches@sourceware.org. Thanks.