From patchwork Sat Oct 20 18:19:03 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Tromey X-Patchwork-Id: 29819 Received: (qmail 66658 invoked by alias); 20 Oct 2018 18:19:09 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 66648 invoked by uid 89); 20 Oct 2018 18:19:08 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.4 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=height, sc X-HELO: gateway22.websitewelcome.com Received: from gateway22.websitewelcome.com (HELO gateway22.websitewelcome.com) (192.185.46.142) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 20 Oct 2018 18:19:07 +0000 Received: from cm17.websitewelcome.com (cm17.websitewelcome.com [100.42.49.20]) by gateway22.websitewelcome.com (Postfix) with ESMTP id 29DB330650 for ; Sat, 20 Oct 2018 13:19:06 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id Dvq6gYWPoPvAdDvq6gLmmn; Sat, 20 Oct 2018 13:19:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:MIME-Version :Content-Type:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=pVgrwD5fx5GhwFmZ5xLE1BgP2BFd59ZNTn5gGF90Zyw=; b=E1eM+DBhYPjvn/yr/l5TOuzr/C cYZtoqdOg2+NimB8KSEQCAqxMXhNZRUT48o4Jc8Xp+Y4jdbSocRibeiScbBejrIdP6i9qJKTcXxeM 0XaI7gs1yXfJWdjhLtuhwmvEx; Received: from 97-122-190-66.hlrn.qwest.net ([97.122.190.66]:52042 helo=bapiya.Home) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1gDvq5-00424T-RC; Sat, 20 Oct 2018 13:19:05 -0500 From: Tom Tromey To: gdb-patches@sourceware.org Cc: Tom Tromey Subject: [FYI] Fix "make info" in gdb Date: Sat, 20 Oct 2018 12:19:03 -0600 Message-Id: <20181020181903.17273-1-tom@tromey.com> "make info" in gdb was broken by my last patch. This fixes it. Tested by rebuilding; committing as obvious. gdb/doc/ChangeLog 2018-10-20 Tom Tromey * gdb.texinfo (TUI Commands): Add @end table. (TUI Configuration): Remove stray @end table. --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdb.texinfo | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index d971f716fb..eb00eaa81a 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -26779,6 +26779,7 @@ lines. Positive counts increase the height, while negative counts decrease it. The @var{name} parameter can be one of @code{src} (the source window), @code{cmd} (the command window), @code{asm} (the disassembly window), or @code{regs} (the register display window). +@end table @node TUI Configuration @section TUI Configuration Variables @@ -26839,7 +26840,6 @@ Set the width of tab stops to be @var{nchars} characters. This setting affects the display of TAB characters in the source and assembly windows. @end table -@end table @node Emacs @chapter Using @value{GDBN} under @sc{gnu} Emacs