From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6600 invoked by alias); 21 Sep 2002 00:34:26 -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 6593 invoked from network); 21 Sep 2002 00:34:24 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 21 Sep 2002 00:34:24 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g8L0Gui00427 for ; Fri, 20 Sep 2002 20:16:56 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8L0YMh30553; Fri, 20 Sep 2002 20:34:23 -0400 Received: from romulus.sfbay.redhat.com (IDENT:4wRgcHgjuhlVlY21oaOFTMFBeQ4c+CLA@romulus.sfbay.redhat.com [172.16.27.251]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g8L0YIC22934; Fri, 20 Sep 2002 17:34:18 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g8L0YGv28079; Fri, 20 Sep 2002 17:34:16 -0700 Date: Fri, 20 Sep 2002 17:34:00 -0000 From: Kevin Buettner Message-Id: <1020921003415.ZM28078@localhost.localdomain> In-Reply-To: "Eli Zaretskii" "Re: [PATCH RFC] Character set support" (Sep 20, 7:00pm) References: <1020913003056.ZM15701@localhost.localdomain> <3405-Fri20Sep2002190013+0300-eliz@is.elta.co.il> To: Eli Zaretskii Subject: Re: [PATCH RFC] Character set support Cc: gdb-patches@sources.redhat.com, jimb@redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-09/txt/msg00545.txt.bz2 On Sep 20, 7:00pm, Eli Zaretskii wrote: > > Index: doc/gdb.texinfo > > =================================================================== > > RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v > > retrieving revision 1.120 > > diff -u -p -r1.120 gdb.texinfo > > --- doc/gdb.texinfo 5 Sep 2002 12:13:08 -0000 1.120 > > +++ doc/gdb.texinfo 12 Sep 2002 23:46:22 -0000 > > Thanks! This patch is approved with the following minor comments: > > > +Variants of the @sc{ebcdic} character set, used on some of IBM's > > +mainframe operating systems. (Linux on the S/390 uses U.S. @sc{ascii}.) > > "Linux" should be "GNU/Linux". > > > +@example > > +#include > > I think there's a policy of using @smallexample throughout. Committed with the changes you suggested. BTW, here are the ChangeLog entries that I used: 2002-09-20 Kevin Buettner From Eli Zaretskii : * gdb.texinfo (Character Sets): Use @smallexample instead of @example. Use GNU/Linux instead of Linux. 2002-09-20 Jim Blandy * gdb.texinfo: Add character set documentation. Thanks for the quick review. Kevin