diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-10-10 02:13:07 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-10-10 02:13:07 +0000 |
commit | 71952f4c7e0b3122cb056587840d484cb5a7658a (patch) | |
tree | f664a7280bcb2d8c479d6cd170da4ee1cebb04ee /gdb/doc | |
parent | 9644bbdd74f92bda2523cdb907ba3e07c76be899 (diff) | |
download | gdb-71952f4c7e0b3122cb056587840d484cb5a7658a.zip gdb-71952f4c7e0b3122cb056587840d484cb5a7658a.tar.gz gdb-71952f4c7e0b3122cb056587840d484cb5a7658a.tar.bz2 |
2003-10-09 Andrew Cagney <cagney@redhat.com>
From 2003-09-18 David Anderson <davea@sgi.com>:
* gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
"command".
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 3ab8252..2f2d8c9 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2003-10-09 Andrew Cagney <cagney@redhat.com> + + From 2003-09-18 David Anderson <davea@sgi.com>: + * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with + "command". + 2003-10-03 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Deprecate diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 4700a00..c07e025 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -17226,7 +17226,7 @@ Show the core addresses of the code for a source line. @subsubheading @value{GDBN} Command -The corresponding @value{GDBN} comamnd is @samp{info line}. +The corresponding @value{GDBN} command is @samp{info line}. @code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands. @subsubheading Example |