summaryrefslogtreecommitdiffstats
path: root/gdb
diff options
context:
space:
mode:
authorPhil Muldoon <pmuldoon@redhat.com>2013-08-29 09:09:22 +0000
committerPhil Muldoon <pmuldoon@redhat.com>2013-08-29 09:09:22 +0000
commitaf4c453a83806e30812667a382871c4181dc59b0 (patch)
tree07769b4ed15561601c63d6b50a580f2f22d0f83f /gdb
parentbf8793bb97185c07036fa3b686f391f504fb0291 (diff)
downloadppe42-binutils-af4c453a83806e30812667a382871c4181dc59b0.tar.gz
ppe42-binutils-af4c453a83806e30812667a382871c4181dc59b0.zip
2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
PR cli/15842 * top.c (print_gdb_version): Remove erroneous newline after help text.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog7
-rw-r--r--gdb/top.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ae4559495f..411d2b23ce 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/top.c b/gdb/top.c
index 516ffb9f7c..bb71263657 100644
--- 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. */
OpenPOWER on IntegriCloud