* top.c (read_next_line): Pass annotation suffix "commands"
authorStan Shebs <shebs@codesourcery.com>
Tue, 29 Nov 1994 20:45:13 +0000 (20:45 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 29 Nov 1994 20:45:13 +0000 (20:45 +0000)
instead of "command", matches documentation.

gdb/ChangeLog
gdb/top.c

index d8206899f59e1b90e06a38c9440cda29932e5426..0684a35860e078965d78a99509d31035966ef608 100644 (file)
@@ -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
index e28b9bbb3780502a889d9b4bffe6647ab2977c0a..17e85c02361332b5a474c7915546c0bc155563da 100644 (file)
--- 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)