target.c (noprocess): terminate sentence with a period.

breakpoint.c (catch_command_1): ditto.
This commit is contained in:
David Taylor 1999-01-05 22:01:26 +00:00
parent 2d46b1af8d
commit 490825560e
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
Tue Jan 5 11:55:57 1999 David Taylor <taylor@texas.cygnus.com>
* target.c (noprocess): terminate sentence with a period.
* breakpoint.c (catch_command_1): ditto.
* c-valprint.c (c_value_print): remove hack^2 from HP; it causes
testsuite losses with no real gain.

View File

@ -5179,7 +5179,7 @@ catch_command_1 (arg, tempflag, from_tty)
/* catch_throw_command_1 (arg1_start, tempflag, from_tty); */
/* return; */
/* Now, this is not allowed */
error ("Catch requires an event name");
error ("Catch requires an event name.");
}
arg1_end = ep_find_event_name_end (arg1_start);

View File

@ -355,7 +355,7 @@ tcomplain ()
void
noprocess ()
{
error ("You can't do that without a process to debug");
error ("You can't do that without a process to debug.");
}
/* ARGSUSED */