diff options
author | Michael Snyder <msnyder@vmware.com> | 2011-01-07 17:35:27 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2011-01-07 17:35:27 +0000 |
commit | ac74f77061b2c386a31af52bed258d6800217071 (patch) | |
tree | 08726802990a522db8cacde951feeae6b52605dc /gdb/charset.c | |
parent | 06e65f441499bad232064278c41555db0dfd7a01 (diff) | |
download | gdb-ac74f77061b2c386a31af52bed258d6800217071.zip gdb-ac74f77061b2c386a31af52bed258d6800217071.tar.gz gdb-ac74f77061b2c386a31af52bed258d6800217071.tar.bz2 |
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.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/charset.c b/gdb/charset.c index d54749c..66cb567 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); |