From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30869 invoked by alias); 8 Jan 2007 11:56:25 -0000 Received: (qmail 30832 invoked by uid 22791); 8 Jan 2007 11:56:25 -0000 X-Spam-Check-By: sourceware.org Received: from mtagate4.de.ibm.com (HELO mtagate4.de.ibm.com) (195.212.29.153) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 08 Jan 2007 11:56:19 +0000 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate4.de.ibm.com (8.13.8/8.13.8) with ESMTP id l08BuGfW049526 for ; Mon, 8 Jan 2007 11:56:16 GMT Received: from d12av02.megacenter.de.ibm.com (d12av02.megacenter.de.ibm.com [9.149.165.228]) by d12nrmr1607.megacenter.de.ibm.com (8.13.6/8.13.6/NCO v8.1.1) with ESMTP id l08BuFbX3092646 for ; Mon, 8 Jan 2007 12:56:15 +0100 Received: from d12av02.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av02.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l08BuFSE017493 for ; Mon, 8 Jan 2007 12:56:15 +0100 Received: from [9.152.248.39] (dyn-9-152-248-39.boeblingen.de.ibm.com [9.152.248.39]) by d12av02.megacenter.de.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id l08BuFVg017486; Mon, 8 Jan 2007 12:56:15 +0100 Message-ID: <45A2315D.70209@de.ibm.com> Date: Mon, 08 Jan 2007 11:56:00 -0000 From: Markus Deuling User-Agent: Thunderbird 1.5.0.9 (X11/20070102) MIME-Version: 1.0 To: Eli Zaretskii CC: gdb-patches@sourceware.org Subject: Re: [RFA] doc/gdbint.texinfo: Add describtion for readline library References: <459CC288.7020606@de.ibm.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-01/txt/msg00223.txt.bz2 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 >> >> 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