diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-01 04:34:06 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-01 04:34:06 +0000 |
commit | 33e16fad05aaadaf791b0ce8beb031de14f67418 (patch) | |
tree | b279487387307aefb636f7c9bfb56c8a9b3c01d3 | |
parent | afdaa25fc32464faaf47cf00699bab559073e1b1 (diff) | |
download | gdb-33e16fad05aaadaf791b0ce8beb031de14f67418.zip gdb-33e16fad05aaadaf791b0ce8beb031de14f67418.tar.gz gdb-33e16fad05aaadaf791b0ce8beb031de14f67418.tar.bz2 |
Do not use @value{GDBN in @nodes.
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 5b15a2a..b9509fc 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com> + + * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes. + 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il> * Makefile.in (GDBMI_DIR): New variable. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index bb0a061..2b844d2 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -3144,7 +3144,7 @@ appear anywhere else in the directory. @menu * Getting Started:: Getting started working on @value{GDBN} -* Debugging @value{GDBN}:: Debugging @value{GDBN} with itself +* Debugging GDB:: Debugging @value{GDBN} with itself @end menu @node Getting Started,,, Hints @@ -3227,7 +3227,7 @@ wondering if anyone could give me some tips about understanding @value{GDBN}''---if we had some magic secret we would put it in this manual. Suggestions for improving the manual are always welcome, of course. -@node Debugging @value{GDBN},,,Hints +@node Debugging GDB,,,Hints @section Debugging @value{GDBN} with itself |