From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8572 invoked by alias); 25 Jun 2002 21:26:17 -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 8562 invoked from network); 25 Jun 2002 21:26:14 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.2) by sources.redhat.com with SMTP; 25 Jun 2002 21:26:14 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id BB04C3C62; Tue, 25 Jun 2002 17:26:13 -0400 (EDT) Message-ID: <3D18DFF5.4090809@cygnus.com> Date: Tue, 25 Jun 2002 14:26:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020613 X-Accept-Language: en-us, en MIME-Version: 1.0 To: tromey@redhat.com Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: typo in target.c References: <87znxlmfin.fsf@fleche.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-06/txt/msg00519.txt.bz2 > This fixes a typo in the `show' documentation for > trust-readonly-sections. Ok? Oops, yes. Andrew > 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); > >