2005-03-09 David Lecomber <david@lecomber.net>
* proc-api.c (_initialize_proc_api): Fix invalid multi-line i18n text.
This commit is contained in:
parent
291108ad01
commit
e9274dd86f
2 changed files with 11 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-03-09 David Lecomber <david@lecomber.net>
|
||||
|
||||
* proc-api.c (_initialize_proc_api): Fix invalid multi-line
|
||||
i18n text.
|
||||
|
||||
2005-03-09 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* sparc-tdep.c (sparc_frame_cache): Adjust cached frame base
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue