target.c (noprocess): terminate sentence with a period.
authorDavid Taylor <taylor@redhat.com>
Tue, 5 Jan 1999 22:01:26 +0000 (22:01 +0000)
committerDavid Taylor <taylor@redhat.com>
Tue, 5 Jan 1999 22:01:26 +0000 (22:01 +0000)
breakpoint.c (catch_command_1): ditto.

gdb/ChangeLog
gdb/breakpoint.c
gdb/target.c

index d5d81f7fba1a28077d28ce7144c23388a6384a89..4ad938fb9fb535c19537b3afa561958e9baf297b 100644 (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.
 
index 0613bf8acdff6b288c196410088e991fcae5b352..063cab8c0f17030f99d976269a6267622e27ae6a 100644 (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);
index 07e62f41e016b293051461cccfb4e15183157111..40e458e6bbe66de59bf8648b8193faaccdf2aa9a 100644 (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 */