diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d8206899f59..0684a35860e 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 e28b9bbb378..17e85c02361 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)