From: Andrew Cagney Date: Sat, 25 Mar 2000 07:58:54 +0000 (+0000) Subject: Remove quoted leading space. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6f122dc96b8970315787b3a49d6b425d83d608b7;p=binutils-gdb.git Remove quoted leading space. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f4025c4d0e9..8ed54c402ec 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Sat Mar 25 18:51:50 2000 Andrew Cagney + + * maint.c (_initialize_maint_cmds): Remove quoted trailing space. + 2000-03-24 Christopher Faylor * config/mips/tm-wince.h: Fix typo which caused include of tm-mips.h to diff --git a/gdb/maint.c b/gdb/maint.c index e4435229362..91cac887a34 100644 --- a/gdb/maint.c +++ b/gdb/maint.c @@ -573,7 +573,7 @@ If a SOURCE file is specified, dump only that file's partial symbols.", "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\ +want to use it: maintenance deprecate 'commandname' \"replacement\". The \n\ replacement is optional.", &maintenancelist); add_cmd ("undeprecate", class_maintenance, maintenance_undeprecate,