aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2002-01-01 15:17:40 +0000
committerMark Kettenis <kettenis@gnu.org>2002-01-01 15:17:40 +0000
commitc5ad026aef17d7a0d7a5b938e5d5349af3cb7d04 (patch)
tree34e6592a9a989563731bb146fce9b117bce9ebcf
parentcb5301b617b2b8c8d3f8c7c0387ad339647f5d95 (diff)
downloadgdb-c5ad026aef17d7a0d7a5b938e5d5349af3cb7d04.zip
gdb-c5ad026aef17d7a0d7a5b938e5d5349af3cb7d04.tar.gz
gdb-c5ad026aef17d7a0d7a5b938e5d5349af3cb7d04.tar.bz2
* maint.c (_initialize_maint_cmds): Add missing in
string-literal.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/maint.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ccd64de..30cdf79 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-01 Mark Kettenis <kettenis@gnu.org>
+
+ * maint.c (_initialize_maint_cmds): Add missing \ in
+ string-literal.
+
2001-12-30 Michael Snyder <msnyder@redhat.com>
* sparc-tdep.c (sparc-store-return-value): Whitespace fix-up.
diff --git a/gdb/maint.c b/gdb/maint.c
index 9e66b09..67e7a27 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\