From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30115 invoked by alias); 24 Jun 2002 04:53:46 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 30104 invoked from network); 24 Jun 2002 04:53:43 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 24 Jun 2002 04:53:43 -0000 Received: from fleche.redhat.com (ta0193.peakpeak.com [204.144.244.193] (may be forged)) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id WAA10526 for ; Sun, 23 Jun 2002 22:53:42 -0600 Received: by fleche.redhat.com (Postfix, from userid 1000) id 400354F80B6; Sun, 23 Jun 2002 23:06:56 -0600 (MDT) To: gdb-patches@sources.redhat.com Subject: RFA: typo in target.c From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: Jesus is my POSTMASTER GENERAL.. Date: Sun, 23 Jun 2002 21:53:00 -0000 Message-ID: <87znxlmfin.fsf@fleche.redhat.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-06/txt/msg00481.txt.bz2 This fixes a typo in the `show' documentation for trust-readonly-sections. Ok? Tom Index: ChangeLog from Tom Tromey * target.c (initialize_targets): Fixed typo in trust-readonly-sections `show' documentation. Index: target.c =================================================================== RCS file: /cvs/src/src/gdb/target.c,v retrieving revision 1.36 diff -u -r1.36 target.c --- target.c 15 Jun 2002 21:07:58 -0000 1.36 +++ target.c 24 Jun 2002 04:52:47 -0000 @@ -2305,7 +2305,7 @@ When this mode is on, memory reads from readonly sections (such as .text)\n\ will be read from the object file instead of from the target. This will\n\ result in significant performance improvement for remote targets.", "\ -Set mode for reading from readonly sections.\n", +Show mode for reading from readonly sections.\n", NULL, NULL, &setlist, &showlist);