diff options
author | Andrew Burgess <aburgess@redhat.com> | 2022-06-23 13:55:02 +0100 |
---|---|---|
committer | Andrew Burgess <aburgess@redhat.com> | 2022-06-30 10:39:09 +0100 |
commit | 68514a919ec9a4b04b3b56730e9b070580a0e221 (patch) | |
tree | 47af29df5f399a73bdfeeb4b59aef69b19640a68 /gdb/doc | |
parent | 133791286fa6a80637572c00940cdc5773da21b9 (diff) | |
download | gdb-68514a919ec9a4b04b3b56730e9b070580a0e221.zip gdb-68514a919ec9a4b04b3b56730e9b070580a0e221.tar.gz gdb-68514a919ec9a4b04b3b56730e9b070580a0e221.tar.bz2 |
gdb/doc: fix column widths in MI compatibility table
In passing I noticed that the column headings for the table of MI
compatibility and breaking changes, were overlapping, at least when
the PDF is generated on my machine.
I propose giving slightly more space to the two version number
columns, this prevents the headers overlapping for me.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 5dbae6d..39c49f2 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -30306,7 +30306,7 @@ The following table gives a summary of the released versions of the MI interface: the version number, the version of GDB in which it first appeared and the breaking changes compared to the previous version. -@multitable @columnfractions .05 .05 .9 +@multitable @columnfractions .1 .1 .8 @headitem MI version @tab GDB version @tab Breaking changes @item |