* thread.c (_initialize_thread): Don't use commas and periods in
authorEli Zaretskii <eliz@gnu.org>
Fri, 9 May 2008 08:14:47 +0000 (08:14 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 9 May 2008 08:14:47 +0000 (08:14 +0000)
first line of doc string of "set/show print thread-events".

gdb/ChangeLog
gdb/thread.c

index 6f3c31933998bfcb5b291317c1b4adaab56f9b37..b66f661462f2da21f574f06412f22e5e3005f312 100644 (file)
@@ -1,3 +1,8 @@
+2008-05-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * thread.c (_initialize_thread): Don't use commas and periods in
+       first line of doc string of "set/show print thread-events".
+
 2008-05-08  Joel Brobecker  <brobecker@adacore.com>
 
        * alpha-mdebug-tdep.c, alpha-osf1-tdep.c, alpha-tdep.c:
index c36bb4a12f0ba201e1e42e34b9998da6c68d5d6e..beab381fad1bac844ff608c34b2205b9fb8d8b59 100644 (file)
@@ -815,8 +815,8 @@ The new thread ID must be currently known."),
 
   add_setshow_boolean_cmd ("thread-events", no_class,
          &print_thread_events, _("\
-Set printing of thread events (e.g., thread start and exit)."), _("\
-Show printing of thread events (e.g., thread start and exit)."), NULL,
+Set printing of thread events (such as thread start and exit)."), _("\
+Show printing of thread events (such as thread start and exit)."), NULL,
          NULL,
          show_print_thread_events,
          &setprintlist, &showprintlist);
This page took 0.03743 seconds and 4 git commands to generate.