* maint.c (_initialize_maint_cmds): Add missing in
authorMark Kettenis <kettenis@gnu.org>
Tue, 1 Jan 2002 15:17:40 +0000 (15:17 +0000)
committerMark Kettenis <kettenis@gnu.org>
Tue, 1 Jan 2002 15:17:40 +0000 (15:17 +0000)
string-literal.

gdb/ChangeLog
gdb/maint.c

index ccd64de50a3ab26fa36e48e395b7595e70f624a4..30cdf79434a84caea809283f8f5ba232f20fe212 100644 (file)
@@ -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.
index 9e66b09da318fdfbef7bd3a2c789145d74987a86..67e7a278efb7830a67c5e619c2c62e81f15df961 100644 (file)
@@ -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\
This page took 0.030105 seconds and 4 git commands to generate.