From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31185 invoked by alias); 13 Nov 2001 18:51:49 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 31164 invoked from network); 13 Nov 2001 18:51:48 -0000 Received: from unknown (HELO zwingli.cygnus.com) (208.245.165.35) by sourceware.cygnus.com with SMTP; 13 Nov 2001 18:51:48 -0000 Received: by zwingli.cygnus.com (Postfix, from userid 442) id 260945E9D8; Tue, 13 Nov 2001 13:53:03 -0500 (EST) To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: clarify documentation for COERCE_FLOAT_TO_DOUBLE References: <20011113165731.DFA805E9D8@zwingli.cygnus.com> <9791-Tue13Nov2001193438+0200-eliz@is.elta.co.il> From: Jim Blandy Date: Sun, 04 Nov 2001 00:14:00 -0000 In-Reply-To: "Eli Zaretskii"'s message of Tue, 13 Nov 2001 19:34:39 +0200 Message-ID: X-Mailer: Gnus v5.3/Emacs 19.34 X-SW-Source: 2001-11/txt/msg00040.txt.bz2 "Eli Zaretskii" writes: > > > From: Jim Blandy > > Date: Tue, 13 Nov 2001 11:57:31 -0500 (EST) > > > > > > ... or at least, it's meant to be a clarification. > > > > 2001-11-13 Jim Blandy > > > > * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify. > > Thanks. This is approved, except that: > > > ! formal parameter (@{i.e.}, the first argument to > > This line causes makeinfo to barf. Did you perhaps mean this > instead? > > formal parameter (i.e.@: the first argument to I meant @i{i.e.}. Thanks for catching that. I'll commit the change.