From: Eli Zaretskii Date: Fri, 9 May 2008 08:14:47 +0000 (+0000) Subject: * thread.c (_initialize_thread): Don't use commas and periods in X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=11c68c47488fc7ede21338f47601080ec3ea50c9;p=binutils-gdb.git * thread.c (_initialize_thread): Don't use commas and periods in first line of doc string of "set/show print thread-events". --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6f3c3193399..b66f661462f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2008-05-09 Eli Zaretskii + + * 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 * alpha-mdebug-tdep.c, alpha-osf1-tdep.c, alpha-tdep.c: diff --git a/gdb/thread.c b/gdb/thread.c index c36bb4a12f0..beab381fad1 100644 --- a/gdb/thread.c +++ b/gdb/thread.c @@ -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);