aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-03-10 09:11:10 +0000
committerMark Kettenis <kettenis@gnu.org>2005-03-10 09:11:10 +0000
commit54433e3802908c5d1a9b8929066e40778e10cb34 (patch)
tree4b40ec25a3c93f28dfd08d859c42b099e3e6e0b4 /gdb
parentd2f0b918d104099e11cbd5e10e108773c6ed0d65 (diff)
downloadfsf-binutils-gdb-54433e3802908c5d1a9b8929066e40778e10cb34.zip
fsf-binutils-gdb-54433e3802908c5d1a9b8929066e40778e10cb34.tar.gz
fsf-binutils-gdb-54433e3802908c5d1a9b8929066e40778e10cb34.tar.bz2
* proc-api.c: Update copyright year.
(_initialize_proc_api): Revert previous patch, removing spurious space instead.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/proc-api.c14
2 files changed, 13 insertions, 7 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5b1b58c..b9f8641 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-10 Mark Kettenis <kettenis@gnu.org>
+
+ * proc-api.c: Update copyright year.
+ (_initialize_proc_api): Revert previous patch, removing spurious
+ space instead.
+
2005-03-09 Joel Brobecker <brobecker@adacore.com>
* regcache.c: Fix typo in comment.
diff --git a/gdb/proc-api.c b/gdb/proc-api.c
index e6c4ea9..a74565b 100644
--- a/gdb/proc-api.c
+++ b/gdb/proc-api.c
@@ -1,6 +1,6 @@
/* Machine independent support for SVR4 /proc (process file system) for GDB.
- Copyright 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+ Copyright 1999, 2000, 2001, 2003, 2005 Free Software Foundation, Inc.
Written by Michael Snyder at Cygnus Solutions.
Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others.
@@ -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);