2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
authorPhil Muldoon <pmuldoon@redhat.com>
Thu, 29 Aug 2013 09:09:22 +0000 (09:09 +0000)
committerPhil Muldoon <pmuldoon@redhat.com>
Thu, 29 Aug 2013 09:09:22 +0000 (09:09 +0000)
PR cli/15842

* top.c (print_gdb_version): Remove erroneous newline after help
text.

gdb/ChangeLog
gdb/top.c

index ae45594..411d2b2 100644 (file)
@@ -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.
index 516ffb9..bb71263 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -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.  */