From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26872 invoked by alias); 14 Jun 2004 14:32:22 -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 26840 invoked from network); 14 Jun 2004 14:32:20 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 14 Jun 2004 14:32:20 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i5EEWGi7016476 for ; Mon, 14 Jun 2004 10:32:16 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i5EEWG018317; Mon, 14 Jun 2004 10:32:16 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 67DE82B9D; Mon, 14 Jun 2004 10:32:03 -0400 (EDT) Message-ID: <40CDB6E3.8070007@gnu.org> Date: Mon, 14 Jun 2004 14:32:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: eliz@gnu.org Cc: Karl Berry , gdb-patches@sources.redhat.com Subject: [6.1;rfa:doco] texinfo tweaks; Was: @dircategory for gdb manuals References: <200406011304.i51D4tD01378@f7.net> In-Reply-To: <200406011304.i51D4tD01378@f7.net> Content-Type: multipart/mixed; boundary="------------000702010405060906070003" X-SW-Source: 2004-06/txt/msg00314.txt.bz2 This is a multi-part message in MIME format. --------------000702010405060906070003 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 26 Eli, how is this? Andrew --------------000702010405060906070003 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 2706 Index: doc/ChangeLog 2004-06-14 Andrew Cagney Based on changes from Karl Berry. * gdb.texinfo: Do not use @sc in a direntry. * stabs.texinfo: Change @dircateogry to "Software development". * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto. Index: doc/annotate.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/annotate.texinfo,v retrieving revision 1.4 diff -p -u -r1.4 annotate.texinfo --- doc/annotate.texinfo 24 Feb 2004 15:41:29 -0000 1.4 +++ doc/annotate.texinfo 14 Jun 2004 14:29:59 -0000 @@ -4,7 +4,7 @@ @c This is a dir.info fragment to support semi-automated addition of @c manuals to an info tree. -@dircategory Programming & development tools. +@dircategory Software development @direntry * Annotate: (annotate). The obsolete annotation interface. @end direntry Index: doc/gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.205 diff -p -u -r1.205 gdb.texinfo --- doc/gdb.texinfo 10 Jun 2004 20:05:44 -0000 1.205 +++ doc/gdb.texinfo 14 Jun 2004 14:30:04 -0000 @@ -38,9 +38,9 @@ @c This is a dir.info fragment to support semi-automated addition of @c manuals to an info tree. -@dircategory Programming & development tools. +@dircategory Software development @direntry -* Gdb: (gdb). The @sc{gnu} debugger. +* Gdb: (gdb). The GNU debugger. @end direntry @ifinfo Index: doc/gdbint.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v retrieving revision 1.208 diff -p -u -r1.208 gdbint.texinfo --- doc/gdbint.texinfo 13 Jun 2004 13:42:33 -0000 1.208 +++ doc/gdbint.texinfo 14 Jun 2004 14:30:04 -0000 @@ -1,7 +1,7 @@ \input texinfo @c -*- texinfo -*- @setfilename gdbint.info @include gdb-cfg.texi -@dircategory Programming & development tools. +@dircategory Software development @direntry * Gdb-Internals: (gdbint). The GNU debugger's internals. @end direntry Index: doc/stabs.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/stabs.texinfo,v retrieving revision 1.14 diff -p -u -r1.14 stabs.texinfo --- doc/stabs.texinfo 24 Feb 2004 15:41:29 -0000 1.14 +++ doc/stabs.texinfo 14 Jun 2004 14:30:05 -0000 @@ -5,7 +5,7 @@ @c This is a dir.info fragment to support semi-automated addition of @c manuals to an info tree. -@dircategory Programming & development tools. +@dircategory Software development @direntry * Stabs: (stabs). The "stabs" debugging information format. @end direntry --------------000702010405060906070003--