From c5ad026aef17d7a0d7a5b938e5d5349af3cb7d04 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Tue, 1 Jan 2002 15:17:40 +0000 Subject: [PATCH] * maint.c (_initialize_maint_cmds): Add missing in string-literal. --- gdb/ChangeLog | 5 +++++ gdb/maint.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ccd64de50a3..30cdf79434a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2002-01-01 Mark Kettenis + + * maint.c (_initialize_maint_cmds): Add missing \ in + string-literal. + 2001-12-30 Michael Snyder * sparc-tdep.c (sparc-store-return-value): Whitespace fix-up. diff --git a/gdb/maint.c b/gdb/maint.c index 9e66b09da31..67e7a278efb 100644 --- a/gdb/maint.c +++ b/gdb/maint.c @@ -652,7 +652,7 @@ to test internal functions such as the C++ demangler, etc.", add_alias_cmd ("i", "info", class_maintenance, 1, &maintenancelist); add_cmd ("sections", class_maintenance, maintenance_info_sections, - "List the BFD sections of the exec and core files. \n + "List the BFD sections of the exec and core files. \n\ Arguments may be any combination of:\n\ [one or more section names]\n\ ALLOC LOAD RELOC READONLY CODE DATA ROM CONSTRUCTOR\n\ -- 2.30.2