summaryrefslogtreecommitdiff
path: root/gdb/language.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2002-03-28 01:35:56 +0000
committerMichael Snyder <msnyder@specifix.com>2002-03-28 01:35:56 +0000
commit3d413843cb279a8ba8bd88bba21745b10e47e272 (patch)
tree01984c4f843d1e4c2c195dbbf593077b739b32ce /gdb/language.c
parent37410b2e4f8bfe581201d46c0e2fee189f072bf2 (diff)
downloadgdb-3d413843cb279a8ba8bd88bba21745b10e47e272.tar.gz
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 4c4036b68f7..0b37a6fbce3 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);