OSDN Git Service

* gdbint.texinfo (Support Libraries): Remove mmalloc
authorEli Zaretskii <eliz@gnu.org>
Sat, 20 Jan 2007 16:35:45 +0000 (16:35 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 20 Jan 2007 16:35:45 +0000 (16:35 +0000)
entry.  Describe readline library.

gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo

index d1b27da..266d975 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-20  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
+
+       * gdbint.texinfo (Support Libraries): Remove mmalloc
+       entry.  Describe readline library.
+
 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * gdb.texinfo (Target Descriptions): New section.
index db96c5a..5539b54 100644 (file)
@@ -39,7 +39,7 @@ Free Documentation License''.
 @page
 @tex
 \def\$#1${{#1}}  % Kluge: collect RCS revision info without $...$
-\xdef\manvers{\$Revision: 1.249 $}  % For use in headers, footers too
+\xdef\manvers{\$Revision: 1.250 $}  % For use in headers, footers too
 {\parskip=0pt
 \hfill Cygnus Solutions\par
 \hfill \manvers\par
@@ -4905,8 +4905,9 @@ The opcodes library provides @value{GDBN}'s disassembler.  (It's a separate
 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