gdb/doc: Fix header alignment of 'info threads' example output
authorAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 24 Feb 2020 16:39:26 +0000 (16:39 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 24 Feb 2020 16:41:02 +0000 (16:41 +0000)
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.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 572ec3204c205ec1287bd306f749ab9b90b21e69..c7f02435fca304f2291b34a26c37c0594468cd9b 100644 (file)
@@ -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.
index 0645fb05946a4fdec6724adef915f07f51405850..f1798e35b5f36c37939092d11dfff99153e643d1 100644 (file)
@@ -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 ()
This page took 0.043539 seconds and 4 git commands to generate.