From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 991 invoked by alias); 12 Jan 2011 03:57:59 -0000 Received: (qmail 978 invoked by uid 22791); 12 Jan 2011 03:57:58 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 12 Jan 2011 03:57:52 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0LEW001005I2KA00@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Wed, 12 Jan 2011 05:57:49 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.131.253]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LEW001AZ5OCJ020@a-mtaout23.012.net.il>; Wed, 12 Jan 2011 05:57:49 +0200 (IST) Date: Wed, 12 Jan 2011 04:03:00 -0000 From: Eli Zaretskii Subject: Re: RFA: update Threads section of manual In-reply-to: To: Tom Tromey Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83lj2qixj3.fsf@gnu.org> References: 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: 2011-01/txt/msg00247.txt.bz2 > From: Tom Tromey > Date: Tue, 11 Jan 2011 14:09:02 -0700 > > This needs a doc review. > > The `Threads' node in the manual has a lot of duplicate text and some > out-of-date examples. Also the `all' argument to `thread apply' is > erroneously put into @var{}. > > This patch fixes the problems. > > Ok? Yes, thanks.