summaryrefslogtreecommitdiff
path: root/gdb/charset.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2011-01-07 17:35:23 +0000
committerMichael Snyder <msnyder@specifix.com>2011-01-07 17:35:23 +0000
commite5585f82b7440dc4e96287f00be6050ca09f51ca (patch)
treea730ce2c7a401a95c13d3968c82bc4d931b47ced /gdb/charset.c
parent69a1cd8762ef44d74ce707b01e439211400790c9 (diff)
downloadgdb-e5585f82b7440dc4e96287f00be6050ca09f51ca.tar.gz
2011-01-07 Michael Snyder <msnyder@vmware.com>
* ax-gdb.c: Adjust some long output strings. * breakpoint.c: Ditto. * charset.c: Ditto. * cp-abi.c: Ditto. * infcall.c: Ditto. * infrun.c: Ditto. * linux-nat.c: Ditto. * solib-pa64.c: Ditto. * solib-som.c: Ditto.
Diffstat (limited to 'gdb/charset.c')
-rw-r--r--gdb/charset.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/charset.c b/gdb/charset.c
index d54749c10f3..66cb5670096 100644
--- a/gdb/charset.c
+++ b/gdb/charset.c
@@ -981,8 +981,8 @@ Set the host character set."), _("\
Show the host character set."), _("\
The `host character set' is the one used by the system GDB is running on.\n\
You may only use supersets of ASCII for your host character set; GDB does\n\
-not support any others.\nTo see a list of the character sets GDB supports, \
-type `set host-charset <TAB>'."),
+not support any others.\n\
+To see a list of the character sets GDB supports, type `set host-charset <TAB>'."),
set_host_charset_sfunc,
show_host_charset_name,
&setlist, &showlist);
@@ -993,8 +993,8 @@ Set the target character set."), _("\
Show the target character set."), _("\
The `target character set' is the one used by the program being debugged.\n\
GDB translates characters and strings between the host and target\n\
-character sets as needed.\nTo see a list of the character sets GDB supports, \
-type `set target-charset'<TAB>"),
+character sets as needed.\n
+To see a list of the character sets GDB supports, type `set target-charset'<TAB>"),
set_target_charset_sfunc,
show_target_charset_name,
&setlist, &showlist);