From de9cdafa11aad48689fc93e5b106d50d307c567b Mon Sep 17 00:00:00 2001 From: eliz Date: Fri, 9 May 2008 08:14:47 +0000 Subject: [PATCH] * thread.c (_initialize_thread): Don't use commas and periods in first line of doc string of "set/show print thread-events". --- gdb/ChangeLog | 5 +++++ gdb/thread.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6f3c319339..b66f661462 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 c36bb4a12f..beab381fad 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); -- 2.11.0