summaryrefslogtreecommitdiffstats
path: root/gdb/language.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2002-03-28 01:35:56 +0000
committerMichael Snyder <msnyder@vmware.com>2002-03-28 01:35:56 +0000
commitd4654627e1532d821bb85c904d905a52fcd229ee (patch)
treed1d297200940be06c3eab6af6423faa12c648a3b /gdb/language.c
parent6be8bc0c924e82efb481f9bd3a2011a24cd5d537 (diff)
downloadppe42-binutils-d4654627e1532d821bb85c904d905a52fcd229ee.tar.gz
ppe42-binutils-d4654627e1532d821bb85c904d905a52fcd229ee.zip
2002-03-27 Michael Snyder <msnyder@redhat.com>
* breakpoint.c (_initialize_breakpoint): Clean up help string. * infcmd.c (_initialize_infcmd): Ditto. * language.c (_initialize_language): Ditto. * symfile.c (_initialize_symfile): Ditto. * top.c (_init_main): Ditto. * cli/cli-cmds.c (init_cli_cmds): Ditto.
Diffstat (limited to 'gdb/language.c')
-rw-r--r--gdb/language.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/language.c b/gdb/language.c
index 4c4036b68f..0b37a6fbce 100644
--- a/gdb/language.c
+++ b/gdb/language.c
@@ -1559,13 +1559,13 @@ _initialize_language (void)
set_cmd_cfunc (show, show_language_command);
add_prefix_cmd ("check", no_class, set_check,
- "Set the status of the type/range checker",
+ "Set the status of the type/range checker.",
&setchecklist, "set check ", 0, &setlist);
add_alias_cmd ("c", "check", no_class, 1, &setlist);
add_alias_cmd ("ch", "check", no_class, 1, &setlist);
add_prefix_cmd ("check", no_class, show_check,
- "Show the status of the type/range checker",
+ "Show the status of the type/range checker.",
&showchecklist, "show check ", 0, &showlist);
add_alias_cmd ("c", "check", no_class, 1, &showlist);
add_alias_cmd ("ch", "check", no_class, 1, &showlist);
OpenPOWER on IntegriCloud