aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-11-29 20:45:13 +0000
committerStan Shebs <shebs@codesourcery.com>1994-11-29 20:45:13 +0000
commite04f89015d1f766d16e9e84ea9955f6d598fb09d (patch)
tree96635bfd3c81b65c83e841e63d708d297e8bbce9
parent0eb44acd172fd8d8fcf691f734ca5bc6d88a754b (diff)
downloadgdb-e04f89015d1f766d16e9e84ea9955f6d598fb09d.zip
gdb-e04f89015d1f766d16e9e84ea9955f6d598fb09d.tar.gz
gdb-e04f89015d1f766d16e9e84ea9955f6d598fb09d.tar.bz2
* top.c (read_next_line): Pass annotation suffix "commands"
instead of "command", matches documentation.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/top.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d820689..0684a35 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+Tue Nov 29 12:23:25 1994 Stan Shebs (shebs@andros.cygnus.com)
+
+ * top.c (read_next_line): Pass annotation suffix "commands"
+ instead of "command", matches documentation.
+
Mon Nov 28 14:53:21 1994 Stan Shebs (shebs@andros.cygnus.com)
* config/a29k/tm-a29k.h (setup_arbitrary_frame): Replace
diff --git a/gdb/top.c b/gdb/top.c
index e28b9bb..17e85c0 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1845,7 +1845,7 @@ read_next_line (command)
else
prompt_ptr = NULL;
- p = command_line_input (prompt_ptr, instream == stdin, "command");
+ p = command_line_input (prompt_ptr, instream == stdin, "commands");
/* Not sure what to do here. */
if (p == NULL)