From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3560 invoked by alias); 11 Feb 2004 15:41:11 -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 3511 invoked from network); 11 Feb 2004 15:41:10 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 11 Feb 2004 15:41:10 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id 55F331A4484; Wed, 11 Feb 2004 10:37:28 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16426.19512.253943.618297@localhost.redhat.com> Date: Wed, 11 Feb 2004 15:41:00 -0000 To: Eli Zaretskii Cc: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [RFA/doco] add obstacks to gdbint.texi In-Reply-To: References: <16425.5280.824503.7068@localhost.redhat.com> <6654-Tue10Feb2004210510+0200-eliz@elta.co.il> <16425.13661.237505.892571@localhost.redhat.com> <7494-Tue10Feb2004220655+0200-eliz@elta.co.il> <16425.16481.598965.602145@localhost.redhat.com> X-SW-Source: 2004-02/txt/msg00293.txt.bz2 Eli Zaretskii writes: > > > +@value{GDBN} uses various features provided by the @code{libiberty} > > +library, for instance the C++ demangler, the @acronym{IEEE} floating > > The "C++" thingie will look prettier in the printed manual if you > spell it as "C@t{++}", as then TeX will typeset the "++" part with a > typewriter face, as it does with the C operator "++" in a code > fragment. > > Thanks. OK, done and committed. and BTW, there are other occurrences of C++ in the docs, since I am at it, should I do a pass and change them all? elena