diff options
author | Eli Zaretskii <eliz@gnu.org> | 2002-02-28 16:49:10 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2002-02-28 16:49:10 +0000 |
commit | ac469903ddc5c2d9242f98b4906422ab6b33dfb1 (patch) | |
tree | f06e94d09a9c5a8d280909d3bbd5d05f9d51267c /gdb/go32-nat.c | |
parent | 985cb1a3067462b75b51253443e562f2f63f0372 (diff) | |
download | gdb-ac469903ddc5c2d9242f98b4906422ab6b33dfb1.zip gdb-ac469903ddc5c2d9242f98b4906422ab6b33dfb1.tar.gz gdb-ac469903ddc5c2d9242f98b4906422ab6b33dfb1.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/go32-nat.c')
-rw-r--r-- | gdb/go32-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c index 281280d..de5e586 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, |