From: Eli Zaretskii Date: Thu, 28 Feb 2002 16:49:10 +0000 (+0000) Subject: * go32-nat.c (_initialize_go32_nat): Don't use periods in the X-Git-Tag: gdb_5_2-branchpoint~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac469903ddc5c2d9242f98b4906422ab6b33dfb1;p=thirdparty%2Fbinutils-gdb.git * go32-nat.c (_initialize_go32_nat): Don't use periods in the first line of the doc string for "info dos", except at the end of the sentence, since the short help stops at the first period. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ca99575984d..5bf5ed3f283 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2002-02-28 Eli Zaretskii + + * go32-nat.c (_initialize_go32_nat): Don't use periods in the + first line of the doc string for "info dos", except at the end of + the sentence, since the short help stops at the first period. + 2002-02-28 Jason Merrill * dwarf2read.c (dwarf_cfi_name): Add new codes. diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c index 281280dc746..de5e58676d3 100644 --- a/gdb/go32-nat.c +++ b/gdb/go32-nat.c @@ -1905,7 +1905,7 @@ _initialize_go32_nat (void) add_target (&go32_ops); add_prefix_cmd ("dos", class_info, go32_info_dos_command, - "Print information specific to DJGPP (a.k.a. MS-DOS) debugging.", + "Print information specific to DJGPP (aka MS-DOS) debugging.", &info_dos_cmdlist, "info dos ", 0, &infolist); add_cmd ("sysinfo", class_info, go32_sysinfo,