* proc-api.c: Update copyright year.
[deliverable/binutils-gdb.git] / gdb / proc-api.c
index e6c4ea9698af1f793bca47c77e6e33a120aa2b07..a74565b73302f454e58a541cf3b117c142773e92 100644 (file)
@@ -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);
This page took 0.026864 seconds and 4 git commands to generate.