2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
PR cli/15842 * top.c (print_gdb_version): Remove erroneous newline after help text.
This commit is contained in:
parent
bf8793bb97
commit
af4c453a83
@ -1,3 +1,10 @@
|
||||
2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
|
||||
|
||||
PR cli/15842
|
||||
|
||||
* top.c (print_gdb_version): Remove erroneous newline after help
|
||||
text.
|
||||
|
||||
2013-08-29 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* varobj.c (install_dynamic_child): Remove trailing space.
|
||||
|
@ -1153,7 +1153,7 @@ Type \"show configuration\" for configuration details.");
|
||||
resources online at:\n<http://www.gnu.org/software/gdb/documentation/>.\n"));
|
||||
fprintf_filtered (stream, _("For help, type \"help\".\n"));
|
||||
fprintf_filtered (stream, _("Type \"apropos word\" to search for \
|
||||
commands related to \"word\".\n"));
|
||||
commands related to \"word\"."));
|
||||
}
|
||||
|
||||
/* Print the details of GDB build-time configuration. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user