mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 03:24:41 +08:00
* maint.c (_initialize_maint_cmds): Add missing in
string-literal.
This commit is contained in:
parent
cb5301b617
commit
c5ad026aef
@ -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.
|
||||
|
@ -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\
|
||||
|
Loading…
Reference in New Issue
Block a user