From patchwork Mon Feb 1 23:50:46 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Doug Evans X-Patchwork-Id: 10698 Received: (qmail 27170 invoked by alias); 1 Feb 2016 23:50:50 -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 27073 invoked by uid 89); 1 Feb 2016 23:50:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:789, @table X-HELO: mail-pa0-f74.google.com Received: from mail-pa0-f74.google.com (HELO mail-pa0-f74.google.com) (209.85.220.74) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 01 Feb 2016 23:50:48 +0000 Received: by mail-pa0-f74.google.com with SMTP id y7so789020paa.1 for ; Mon, 01 Feb 2016 15:50:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:message-id:date:subject:from:to :content-type; bh=K0X4qT+jlC3oyjqyqELw2cWkHGxCRCsIjnt1GSxHB0I=; b=UW+4OyBn7fOLTjgnCweLzstDyvpnLKlxOWNSzEuFjrqfCx3NyQYHodhPv1FnAcUPKz Eh1l4Uo4riWg8FnTBQ51WYoFGLj7Hy1s3wPm4IMzw3JK2ADhmWX1elB85dBwHMgxiZnx wkcwpHGgBvLtPB9GcVXpMjaN6E7LnLn8/GKn8npo9OPnCi6uCQXGYwSlUqGFC70Z4cIi TkYnp4KPfrDTQLpzHQoQ8/MhMx61NbutCURyIE7qNNUTmrzuLGlBKRsQaK1Pg+2VkYPi U3EhrcIGtuust/+VCWPx+wl4A/2kZxnTu8mcODUNsH12deYpgdz2ZpO3ENrKpjHrbU14 AikQ== X-Gm-Message-State: AG10YOTM4Z9qbaRMlGrxSoNyC87fl1qjoWAyy8Xq+hzC1QM+5uwELbLBO/lHm7uV2zN2T/BXlTflFerIuvK26uneXyorO/QBESVBicLyshsuoxdAQrRqhg6HNQUqb9/8rhBCNOqXI4JW71GCwQrn2FJ1OlWrXZDBWTF2HdUEOxlvkJTQFpPJlg== MIME-Version: 1.0 X-Received: by 10.98.8.15 with SMTP id c15mr14013449pfd.0.1454370646698; Mon, 01 Feb 2016 15:50:46 -0800 (PST) Message-ID: <001a1143edacc4def9052abe0d6e@google.com> Date: Mon, 01 Feb 2016 23:50:46 +0000 Subject: [OB PATCH] gdb.texinfo (Value Sizes): Fix typo. From: Doug Evans To: gdb-patches@sourceware.org X-IsSubscribed: yes Hi. This patch fixes this: ../../../testsuite-admin/gdb/doc/gdb.texinfo:11726: warning: @itemx should not begin @table Committed. 2016-02-01 Doug Evans * gdb.texinfo (Value Sizes): Fix typo. contents of a value to @var{bytes}, trying to display a value that diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 82a95f8..2d09d13 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -11723,7 +11723,7 @@ may indicate a value that is incorrectly large, this in turn may cause @table @code @kindex set max-value-size -@itemx set max-value-size @var{bytes} +@item set max-value-size @var{bytes} @itemx set max-value-size unlimited Set the maximum size of memory that @value{GDBN} will allocate for the