This is the mail archive of the gdb-patches@sourceware.org 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: [RFA] doc/gdbint.texinfo: Add describtion for readline library


Hi,

I also added a @cindex. I hope it's ok now.

Eli Zaretskii schrieb:
Date: Thu, 04 Jan 2007 10:02:00 +0100
From: Markus Deuling <deuling@de.ibm.com>

the following patch removes chapter 12.4 "mmalloc" library because there is no such library
and adds a line which describes "readline" library in 12.3.

Is it ok to apply?

Yes, but please give "readline" the @code markup.


Thanks.


ChangeLog:


* gdbint.texinfo (Support Libraries): Remove mmalloc
entry. Describe readline library.


=========================================================

diff -urN src/gdb/doc/gdbint.texinfo dev/gdb/doc/gdbint.texinfo
--- src/gdb/doc/gdbint.texinfo	2007-01-01 15:04:18.000000000 +0100
+++ dev/gdb/doc/gdbint.texinfo	2007-01-08 12:52:26.000000000 +0100
@@ -4905,8 +4905,9 @@
library because it's also used in binutils, for @file{objdump}).

@section readline
-
-@section mmalloc
+@cindex readline library
+The @code{readline} library provides a set of functions for use by applications
+that allow users to edit command lines as they are typed in.


@section libiberty
@cindex @code{libiberty} library


Regards, Markus

--
Markus Deuling
GNU Toolchain for Linux on Cell BE
deuling@de.ibm.com



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