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/thread.c | |
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/thread.c')
-rw-r--r-- | gdb/thread.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |