From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29470 invoked by alias); 23 Nov 2009 21:23:45 -0000 Received: (qmail 29462 invoked by uid 22791); 23 Nov 2009 21:23:45 -0000 X-SWARE-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL,BAYES_40,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 23 Nov 2009 21:23:40 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0KTK00200ZAJLA00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Mon, 23 Nov 2009 23:22:49 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.70.37.193]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KTK00IHFZE0W8H0@a-mtaout20.012.net.il>; Mon, 23 Nov 2009 23:22:48 +0200 (IST) Date: Mon, 23 Nov 2009 21:23:00 -0000 From: Eli Zaretskii Subject: Re: RFA: documentation fix, PR 10782 In-reply-to: To: Tom Tromey Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83aaydndg3.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: 2009-11/txt/msg00511.txt.bz2 > From: Tom Tromey > Date: Mon, 23 Nov 2009 13:45:58 -0700 > > This patch fixes PR 10782. > > It documents Type.pointer, mostly by copying the Type.reference > documentation. > > Ok? Yes, thanks.