diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-06-14 22:26:34 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-06-14 22:26:34 +0000 |
commit | 2671e1faf9056ce1b2f3622d390277153eab233d (patch) | |
tree | f61455f2760d164838c3e730dec5b4c3058245d3 | |
parent | 48c3c9d4e9b1cbdd747387fabbee45085ce74147 (diff) | |
download | gdb-2671e1faf9056ce1b2f3622d390277153eab233d.tar.gz |
2004-06-14 Andrew Cagney <cagney@gnu.org>
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.
-rw-r--r-- | gdb/doc/ChangeLog | 7 | ||||
-rw-r--r-- | gdb/doc/annotate.texinfo | 2 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 4 | ||||
-rw-r--r-- | gdb/doc/stabs.texinfo | 4 |
5 files changed, 14 insertions, 7 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 7eb2a6c537a..4427bd8b262 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,10 @@ +2004-06-14 Andrew Cagney <cagney@gnu.org> + + 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. + 2004-06-13 Andrew Cagney <cagney@gnu.org> * gdbint.texinfo (Target Architecture Definition): Delete diff --git a/gdb/doc/annotate.texinfo b/gdb/doc/annotate.texinfo index 86b90cc74e7..2fb79d39d0e 100644 --- a/gdb/doc/annotate.texinfo +++ b/gdb/doc/annotate.texinfo @@ -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 diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index f78b3d41535..e5a6f2e5512 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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 diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 83b8d2dae81..c9698e73eff 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -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 @@ -38,7 +38,7 @@ Free Documentation License''. @page @tex \def\$#1${{#1}} % Kluge: collect RCS revision info without $...$ -\xdef\manvers{\$Revision: 1.208 $} % For use in headers, footers too +\xdef\manvers{\$Revision: 1.209 $} % For use in headers, footers too {\parskip=0pt \hfill Cygnus Solutions\par \hfill \manvers\par diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo index 49ce6ee135b..ad6163dcb2a 100644 --- a/gdb/doc/stabs.texinfo +++ b/gdb/doc/stabs.texinfo @@ -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 @@ -35,7 +35,7 @@ Free Documentation License''. @page @tex \def\$#1${{#1}} % Kluge: collect RCS revision info without $...$ -\xdef\manvers{\$Revision: 1.14 $} % For use in headers, footers too +\xdef\manvers{\$Revision: 1.15 $} % For use in headers, footers too {\parskip=0pt \hfill Cygnus Support\par \hfill \manvers\par |