From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 1A9BE385B801 for ; Thu, 23 Jun 2022 16:05:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1A9BE385B801 Received: from mail-wm1-f71.google.com (mail-wm1-f71.google.com [209.85.128.71]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-346-MfaicI_TP9idBGgzYFPUFg-1; Thu, 23 Jun 2022 12:05:34 -0400 X-MC-Unique: MfaicI_TP9idBGgzYFPUFg-1 Received: by mail-wm1-f71.google.com with SMTP id l4-20020a05600c1d0400b0039c60535405so7145945wms.6 for ; Thu, 23 Jun 2022 09:05:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=+xikHxPIe9wKs7IIPm0f1l8frqu5QKpEd+QtkTn1mSU=; b=TcpqhhSYqyI6CtmG6jF8OE09fgaRTuLy6OgE2ELN93UOpdX9ErUCvE96CXy0kI6P1o 6ql6qbCX/q4Klvvs8KKGgcGMkd0eKQA/mMCwbANhq0XvBtrbuvwzhbwK70Cp3mQZKluT k/3EDiC9ppCMslwemVMODypenqANEDGnneTqCaindE8lmaSL5S5jeCLiOoZiUnc31Mpb dNrphTjDQegF9ws+EvwrmiwnTB6dhqPXg1HKZ/sGYYu2Q1wJKeEyFR/sVHijrkpM/rXt xgvDa53R/f4X9v48nqYkWr2sl4SpieiddHFBCkdxReIeVNyCMXCAMM5BLDQBbkgCbiUT 7xXw== X-Gm-Message-State: AJIora+Bn6p6nhdR0nT4Takv5M7TqExcDXbtjZK2vk+KdG3Smo5//mg2 ksptcXMVdSk6fFEdxM0vVMs8lQpV0MCUeFCXEiBrvEXzKEfgQvc/uE76Rjv5LHtW7ISnYeGFENW 6Gycy7p/08HSwX7QdOEBplabNeiNCcGo0GHfCYGmKPguUMU4CYOGPHLEEiuUmlv/wvJiqjzpP8g == X-Received: by 2002:a05:600c:a47:b0:39e:f953:84e2 with SMTP id c7-20020a05600c0a4700b0039ef95384e2mr5018890wmq.202.1656000332622; Thu, 23 Jun 2022 09:05:32 -0700 (PDT) X-Google-Smtp-Source: AGRyM1u+XauEJxUirh5/9Lf9qU6QPfLi3caKfTdyFA07k8A9EcUqns4fhCTvTQonxgQF3+QCQBwmJg== X-Received: by 2002:a05:600c:a47:b0:39e:f953:84e2 with SMTP id c7-20020a05600c0a4700b0039ef95384e2mr5018863wmq.202.1656000332370; Thu, 23 Jun 2022 09:05:32 -0700 (PDT) Received: from localhost ([195.213.152.79]) by smtp.gmail.com with ESMTPSA id n3-20020a5d67c3000000b0021b8cd8a068sm13723076wrw.49.2022.06.23.09.05.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Jun 2022 09:05:32 -0700 (PDT) From: Andrew Burgess To: gdb-patches@sourceware.org Cc: Andrew Burgess Subject: [PATCH 6/9] gdb/doc: fix column widths in MI compatibility table Date: Thu, 23 Jun 2022 17:05:13 +0100 Message-Id: X-Mailer: git-send-email 2.25.4 In-Reply-To: References: MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true X-Spam-Status: No, score=-13.0 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2022 16:05:37 -0000 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. --- 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 af559370db0..b0624afce2f 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -30308,7 +30308,7 @@ 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 -- 2.25.4