From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6353 invoked by alias); 1 Feb 2002 17:22:33 -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 6287 invoked from network); 1 Feb 2002 17:22:29 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 1 Feb 2002 17:22:29 -0000 Received: from telocity.telocity.com (taarna.sfbay.redhat.com [205.180.230.102]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with SMTP id JAA14987; Fri, 1 Feb 2002 09:22:09 -0800 (PST) Message-ID: <3C5ACDB1.3BD0@redhat.com> Date: Fri, 01 Feb 2002 09:22:00 -0000 From: Michael Snyder X-Mailer: Mozilla 3.04 (Win95; I) MIME-Version: 1.0 To: Eli Zaretskii CC: msnyder@cygnus.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] Documentation -- 'set trust-readonly-sections' References: <200201311928.g0VJSiY30284@reddwarf.cygnus.com> <7263-Fri01Feb2002110619+0200-eliz@is.elta.co.il> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00003.txt.bz2 Eli Zaretskii wrote: > > > Date: Thu, 31 Jan 2002 11:28:44 -0800 > > From: Michael Snyder > > > > Eli, is this OK? > > Yes, thanks. One comment: > > > + Tell @value{GDBN} that readonly sections in your object file > > + really are read-only (ie. that their contents will not change). > > "ie." should be "i.e.@:". (The "@:" part is so TeX doesn't think the > period ends a sentence, and does not typeset extra whitespace after > the period, as it does at the end of a sentence.) Thanks for the tip. Changed and committed. I spotted another use of "ie." which I will fix as a separate check-in.