diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2020-02-24 16:39:26 +0000 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2020-02-24 16:41:02 +0000 |
commit | e56d7f1e194d09180469548d7ebb3726f1af22ab (patch) | |
tree | 03e9f91592ee5251a8a0ed8e8f2799e9e11959db /gdb | |
parent | 45c63c0fe8a672574b7a20cd6fcd8af162e5ca7b (diff) | |
download | gdb-e56d7f1e194d09180469548d7ebb3726f1af22ab.zip gdb-e56d7f1e194d09180469548d7ebb3726f1af22ab.tar.gz gdb-e56d7f1e194d09180469548d7ebb3726f1af22ab.tar.bz2 |
gdb/doc: Fix header alignment of 'info threads' example output
Fixes small white space issue in the example output of 'info threads'.
gdb/doc/ChangeLog:
* gdb.texinfo (Threads): Fix alignment in 'info threads' example
output.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 572ec32..c7f0243 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2020-02-24 Andrew Burgess <andrew.burgess@embecosm.com> + + * gdb.texinfo (Threads): Fix alignment in 'info threads' example + output. + 2020-02-22 Tom Tromey <tom@tromey.com> * python.texi (Python API): Add menu item. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 0645fb0..f1798e3 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -3472,7 +3472,7 @@ For example, @smallexample (@value{GDBP}) info threads - Id Target Id Frame + Id Target Id Frame * 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8) 2 process 35 thread 23 0x34e5 in sigpause () 3 process 35 thread 27 0x34e5 in sigpause () |