From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15919 invoked by alias); 5 Mar 2010 19:28:52 -0000 Received: (qmail 15902 invoked by uid 22791); 5 Mar 2010 19:28:50 -0000 X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_SORBS_WEB,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 05 Mar 2010 19:28:46 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0KYT00B00Q2KE400@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Fri, 05 Mar 2010 21:28:40 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.34.234]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KYT00AD6Q3OV220@a-mtaout22.012.net.il>; Fri, 05 Mar 2010 21:28:37 +0200 (IST) Date: Fri, 05 Mar 2010 19:28:00 -0000 From: Eli Zaretskii Subject: Re: RFA: update `print' docs In-reply-to: To: Tom Tromey Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <834oku4lft.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: 2010-03/txt/msg00239.txt.bz2 > From: Tom Tromey > Date: Fri, 05 Mar 2010 11:30:04 -0700 > > Ben Woodard, a user here at Red Hat, noticed that pretty-printing was > not very explicitly described in the `Examining Data' part of the > manual. > > This patch attempts to fix this a little, and also updates some text > which was misleading -- it was based on an earlier version of the > pretty-printing patch. > > Ok? Yes, OK. Thanks.