From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8702 invoked by alias); 4 Feb 2010 19:10:17 -0000 Received: (qmail 8692 invoked by uid 22791); 4 Feb 2010 19:10:16 -0000 X-SWARE-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,BAYES_20,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; Thu, 04 Feb 2010 19:10:11 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0KXB00F00ZTJ9R00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Thu, 04 Feb 2010 21:09:20 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.70.67.249]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KXB00A9ZZVFXS90@a-mtaout20.012.net.il>; Thu, 04 Feb 2010 21:09:16 +0200 (IST) Date: Thu, 04 Feb 2010 19:10:00 -0000 From: Eli Zaretskii Subject: Re: RFA: fix documentation for file -readnow In-reply-to: To: tromey@redhat.com Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <838wb8hl7o.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-02/txt/msg00131.txt.bz2 > From: Tom Tromey > Date: Thu, 04 Feb 2010 11:23:58 -0700 > > This patch fixes PR cli/8830. > > The bug is that a user got confused by the documentation, which reads: > > `symbol-file FILENAME [ -readnow ]' > `file FILENAME [ -readnow ]' > [...] > > It turns out that file and symbol-file only accept -readnow as the first > argument. > > This patch fixes the documentation to reflect the code. > > Ok? Yes, of course. Thanks.