* go32-nat.c (_initialize_go32_nat): Don't use periods in the
authorEli Zaretskii <eliz@gnu.org>
Thu, 28 Feb 2002 16:49:10 +0000 (16:49 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 28 Feb 2002 16:49:10 +0000 (16:49 +0000)
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.

gdb/ChangeLog
gdb/go32-nat.c

index ca99575984da424575d1ad215fbfdb2ccf2ec641..5bf5ed3f283b6443c48892877942bce6912110b7 100644 (file)
@@ -1,3 +1,9 @@
+2002-02-28  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * 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  <jason@redhat.com>
 
        * dwarf2read.c (dwarf_cfi_name): Add new codes.
index 281280dc74604798c00da4f85fd6f6573e28a496..de5e58676d39c3976f12f8a729ba97d360ed720a 100644 (file)
@@ -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,
This page took 0.037512 seconds and 4 git commands to generate.