summaryrefslogtreecommitdiff
path: root/gdb/doc/gdbint.texinfo
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2003-07-24 18:56:37 +0000
committerDaniel Jacobowitz <dan@debian.org>2003-07-24 18:56:37 +0000
commitecd450daf5ac2224e17f0f52d03f577e6dda66ef (patch)
tree7e02241ae1e3f00de7b3cbfa9dd6a4fbe939f2e3 /gdb/doc/gdbint.texinfo
parent68a85c5a1d6cc432e59ab92d077862907869ba25 (diff)
downloadgdb-ecd450daf5ac2224e17f0f52d03f577e6dda66ef.tar.gz
* gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
Diffstat (limited to 'gdb/doc/gdbint.texinfo')
-rw-r--r--gdb/doc/gdbint.texinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo
index 9767f7cb91d..547197f53fc 100644
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -41,7 +41,7 @@ Software Foundation raise funds for GNU development.''
@page
@tex
\def\$#1${{#1}} % Kluge: collect RCS revision info without $...$
-\xdef\manvers{\$Revision: 1.156 $} % For use in headers, footers too
+\xdef\manvers{\$Revision: 1.157 $} % For use in headers, footers too
{\parskip=0pt
\hfill Cygnus Solutions\par
\hfill \manvers\par
@@ -1505,7 +1505,7 @@ loop. A client would need to either plug its self into this loop or,
implement a new event-loop that GDB would use.
The event-loop will eventually be made re-entrant. This is so that
-@value{GDB} can better handle the problem of some commands blocking
+@value{GDBN} can better handle the problem of some commands blocking
instead of returning.
@subheading Library - @file{gdb.h}