From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1842 invoked by alias); 20 Sep 2002 15:59:47 -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 1835 invoked from network); 20 Sep 2002 15:59:46 -0000 Received: from unknown (HELO frigg.inter.net.il) (192.114.186.16) by sources.redhat.com with SMTP; 20 Sep 2002 15:59:46 -0000 Received: from Zaretsky ([80.230.2.40]) by frigg.inter.net.il (Mirapoint Messaging Server MOS 3.1.0.58-GA) with ESMTP id BTP84090; Fri, 20 Sep 2002 18:59:33 +0300 (IDT) Date: Fri, 20 Sep 2002 08:59:00 -0000 From: "Eli Zaretskii" To: kevinb@redhat.com Message-Id: <3405-Fri20Sep2002190013+0300-eliz@is.elta.co.il> CC: gdb-patches@sources.redhat.com, jimb@redhat.com In-reply-to: <1020913003056.ZM15701@localhost.localdomain> (message from Kevin Buettner on Thu, 12 Sep 2002 17:30:56 -0700) Subject: Re: [PATCH RFC] Character set support Reply-to: Eli Zaretskii References: <1020913003056.ZM15701@localhost.localdomain> X-SW-Source: 2002-09/txt/msg00523.txt.bz2 > Date: Thu, 12 Sep 2002 17:30:56 -0700 > From: Kevin Buettner > > 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.