[binutils-gdb] gdb/doc: fix column widths in MI compatibility table
Andrew Burgess
aburgess@sourceware.org
Thu Jun 30 09:39:29 GMT 2022
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=68514a919ec9a4b04b3b56730e9b070580a0e221
commit 68514a919ec9a4b04b3b56730e9b070580a0e221
Author: Andrew Burgess <aburgess@redhat.com>
Date: Thu Jun 23 13:55:02 2022 +0100
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.
Diff:
---
gdb/doc/gdb.texinfo | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 5dbae6d0106..39c49f29edd 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
More information about the Gdb-cvs
mailing list