diff options
author | Mark Kettenis <kettenis@gnu.org> | 2002-01-01 15:17:40 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2002-01-01 15:17:40 +0000 |
commit | c5ad026aef17d7a0d7a5b938e5d5349af3cb7d04 (patch) | |
tree | 34e6592a9a989563731bb146fce9b117bce9ebcf /gdb/maint.c | |
parent | cb5301b617b2b8c8d3f8c7c0387ad339647f5d95 (diff) | |
download | gdb-c5ad026aef17d7a0d7a5b938e5d5349af3cb7d04.zip gdb-c5ad026aef17d7a0d7a5b938e5d5349af3cb7d04.tar.gz gdb-c5ad026aef17d7a0d7a5b938e5d5349af3cb7d04.tar.bz2 |
* maint.c (_initialize_maint_cmds): Add missing in
string-literal.
Diffstat (limited to 'gdb/maint.c')
-rw-r--r-- | gdb/maint.c | 2 |
1 files changed, 1 insertions, 1 deletions
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\ |