This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH} maint.c remove quoted trailing space


FYI,

I've applied the following.  As an aside, we can start using:

	"a string that"
	"extends over several lines"

Andrew
Sat Mar 25 18:51:50 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* maint.c (_initialize_maint_cmds): Remove quoted trailing space.

Index: maint.c
===================================================================
RCS file: /cvs/src/src/gdb/maint.c,v
retrieving revision 1.2
diff -p -r1.2 maint.c
*** maint.c	2000/03/23 23:43:19	1.2
--- maint.c	2000/03/25 07:52:32
*************** If a SOURCE file is specified, dump only
*** 573,579 ****
           "Deprecate a command.  Note that this is just in here so the \n\
  testsuite can check the comamnd deprecator. You probably shouldn't use this,\n\
  rather you should use the C function deprecate_cmd().  If you decide you \n\
! want to use it: maintenance deprecate 'commandname' \"replacement\". The \n\ 
  replacement is optional.", &maintenancelist);
  
    add_cmd ("undeprecate", class_maintenance, maintenance_undeprecate,
--- 573,579 ----
           "Deprecate a command.  Note that this is just in here so the \n\
  testsuite can check the comamnd deprecator. You probably shouldn't use this,\n\
  rather you should use the C function deprecate_cmd().  If you decide you \n\
! want to use it: maintenance deprecate 'commandname' \"replacement\". The \n\
  replacement is optional.", &maintenancelist);
  
    add_cmd ("undeprecate", class_maintenance, maintenance_undeprecate,

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]