* thread.c (_initialize_thread): Don't use commas and periods in

first line of doc string of "set/show print thread-events".
This commit is contained in:
Eli Zaretskii 2008-05-09 08:14:47 +00:00
parent 6834c9bb08
commit 11c68c4748
2 changed files with 7 additions and 2 deletions

View 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:

View 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);