aboutsummaryrefslogtreecommitdiff
path: root/gdb/proc-api.c
diff options
context:
space:
mode:
authorDavid Lecomber <david@lecomber.net>2005-03-09 23:33:52 +0000
committerDavid Lecomber <david@lecomber.net>2005-03-09 23:33:52 +0000
commite9274dd86f961b3d52e5f390505245b25b74198b (patch)
tree954d5d645f9482ef4ccaa6076c254c52ed9546eb /gdb/proc-api.c
parent291108ad0137cb9f9d16795f81d48ce30284799b (diff)
downloadgdb-e9274dd86f961b3d52e5f390505245b25b74198b.zip
gdb-e9274dd86f961b3d52e5f390505245b25b74198b.tar.gz
gdb-e9274dd86f961b3d52e5f390505245b25b74198b.tar.bz2
2005-03-09 David Lecomber <david@lecomber.net>
* proc-api.c (_initialize_proc_api): Fix invalid multi-line i18n text.
Diffstat (limited to 'gdb/proc-api.c')
-rw-r--r--gdb/proc-api.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gdb/proc-api.c b/gdb/proc-api.c
index aa0bb7a..e6c4ea9 100644
--- a/gdb/proc-api.c
+++ b/gdb/proc-api.c
@@ -780,16 +780,16 @@ _initialize_proc_api (void)
{
struct cmd_list_element *c;
- add_setshow_boolean_cmd ("procfs-trace", no_class, &procfs_trace, _("\
-Set tracing for /proc api calls."), _("\
-Show tracing for /proc api calls."), NULL,
+ add_setshow_boolean_cmd ("procfs-trace", no_class, &procfs_trace,
+ _("Set tracing for /proc api calls."),
+ _("Show tracing for /proc api calls."), NULL,
set_procfs_trace_cmd,
NULL, /* FIXME: i18n: */
&setlist, &showlist);
- add_setshow_filename_cmd ("procfs-file", no_class, &procfs_filename, _("\
-Set filename for /proc tracefile."), _("\
-Show filename for /proc tracefile."), NULL,
+ add_setshow_filename_cmd ("procfs-file", no_class, &procfs_filename,
+ _("Set filename for /proc tracefile."),
+ _("Show filename for /proc tracefile."), NULL,
set_procfs_file_cmd,
NULL, /* FIXME: i18n: */
&setlist, &showlist);