diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d6310205b5..c9a903bd2c 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2003-07-24 Daniel Jacobowitz + + * gdbint.texinfo (libgdb components): Correct a GDB to GDBN. + 2003-07-24 Daniel Jacobowitz * gdb.texinfo (Server): Mention pidof. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 7b3597aaa8..ff24e3535c 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -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}