This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH RFC] Character set support


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 <stdio.h>
> 
> 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  <kevinb@redhat.com>

	From Eli Zaretskii  <eliz@is.elta.co.il>:
	* gdb.texinfo (Character Sets): Use @smallexample instead of
	@example.  Use GNU/Linux instead of Linux.

2002-09-20  Jim Blandy  <jimb@redhat.com>

	* gdb.texinfo: Add character set documentation.

Thanks for the quick review.

Kevin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]