diff options
author | Eli Zaretskii <eliz@gnu.org> | 2008-05-09 08:14:47 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2008-05-09 08:14:47 +0000 |
commit | 11c68c47488fc7ede21338f47601080ec3ea50c9 (patch) | |
tree | 5cbf87fb467dcc8bce0d79d36bc6e9b8f1a43295 /gdb | |
parent | 6834c9bb08891b1da9e82d83f4ead5630f14ea11 (diff) | |
download | gdb-11c68c47488fc7ede21338f47601080ec3ea50c9.zip gdb-11c68c47488fc7ede21338f47601080ec3ea50c9.tar.gz gdb-11c68c47488fc7ede21338f47601080ec3ea50c9.tar.bz2 |
* thread.c (_initialize_thread): Don't use commas and periods in
first line of doc string of "set/show print thread-events".
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/thread.c | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6f3c319..b66f661 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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: diff --git a/gdb/thread.c b/gdb/thread.c index c36bb4a..beab381 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); |