+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:
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);