From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x334.google.com (mail-wm1-x334.google.com [IPv6:2a00:1450:4864:20::334]) by sourceware.org (Postfix) with ESMTPS id 37BC73858D28 for ; Fri, 1 Jul 2022 15:15:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 37BC73858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=embecosm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=embecosm.com Received: by mail-wm1-x334.google.com with SMTP id be14-20020a05600c1e8e00b003a04a458c54so1758063wmb.3 for ; Fri, 01 Jul 2022 08:15:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=date:from:to:subject:message-id:user-agent:mime-version; bh=OX1SCfXf5yhAFbprBwtab7KxiFZsTvFsaZOUrpz69cw=; b=DnBBZy/Zl+0v2p8ntgau4LCmBZGr4I+t81YQuR/h6rdiYcJz5bB+T2IK1manWIhJEh p9URyl6ET70wLFgKwYmMNFWXqL6eu6vCxYKmuJJfy2EcH7aQydMEH1RiDz8Ojr24N7pa VpxpzSw7/eR/Yco/sdNKtWsjssxWquLlEkwJyjwXQ3NMy2PcDK1V1Qy3JOYKYTYpKPes 8AabVm3Hv3ekmGc43iGkcux3RHD9aPDtxVpzyis1O1yv0CAErQa6eVNdllS5vLnIUo4B gwmEr5OvcD+ycrMAsnWpOf9ux5ADH/IIomFfCRxUSV9+4oxQhd96+QzPSLr8Q99SDSre z8gw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:user-agent :mime-version; bh=OX1SCfXf5yhAFbprBwtab7KxiFZsTvFsaZOUrpz69cw=; b=4vigvEUpLDA5R50Jql2Q2Tg26FCbS21eu2IIiYhw3GqEDjCMK6FTyjIC4FA7fjTFwp P3jtfCh8J/iV7sPEQLCxz+8lKR59peR6UiEiBVNmyttJgShzY1yEjdDT5SsqVX1xqUF7 EGf5wwU3g97utjFuVRtUNG9GxcQ9R+PCksJKAH02wjZWqjdrq6Dk7p9d3dEQBl5MO4dC o3/kFLhI1gv0qagf0Dlqk6dZqyu7oEnScm3yElSycvhkT2vCASFEvY8L5dPQwcG4rKNo hQLAGz6h289x8kmz0RfPo/NwiVLBcD1yx848cgWhJeTYfjGK4hG7zluS6HI0Nz+61iME vIdA== X-Gm-Message-State: AJIora8EpXMzNjT7fmN6oZKhJ93NPCqLzFLoO7EbvLtLB785t7sUqE/M h1LoYzeDbzb2JIJtDChb0ibH/nhavjBHdA== X-Google-Smtp-Source: AGRyM1snnZWdL465u+lCR7bt+xMcX8TUFjCyBy+XCuLA3a8GCDkSr+wsZfW1LAoR8h+laD65S9cHyA== X-Received: by 2002:a05:600c:500c:b0:3a1:7c5a:dabf with SMTP id n12-20020a05600c500c00b003a17c5adabfmr10903070wmr.13.1656688538015; Fri, 01 Jul 2022 08:15:38 -0700 (PDT) Received: from tpp.orcam.me.uk (tpp.orcam.me.uk. [2001:8b0:154:0:ea6a:64ff:fe24:f2fc]) by smtp.gmail.com with ESMTPSA id w9-20020a5d6089000000b0020e5b4ebaecsm22677699wrt.4.2022.07.01.08.15.37 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 Jul 2022 08:15:37 -0700 (PDT) Date: Fri, 1 Jul 2022 16:15:36 +0100 (BST) From: "Maciej W. Rozycki" To: gdb-patches@sourceware.org Subject: [PATCH] GDB/doc: Remove indentation from `print -elements' completion example Message-ID: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, 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: Fri, 01 Jul 2022 15:15:40 -0000 Remove indentation from the text of the manual after the example here: " Completion will in some cases guide you with a suggestion of what kind of argument an option expects. For example: (gdb) print -elements NUMBER unlimited Here, the option expects a number (e.g., '100'), not literal 'NUMBER'. Such metasyntactical arguments are always presented in uppercase." as this is a continuation of the same paragraph. --- Hi, Also spotted while making documentation updates for "NUMBER" completion. OK to apply? Maciej --- gdb/doc/gdb.texinfo | 1 + 1 file changed, 1 insertion(+) gdb-doc-completion-option-meta-indent.diff Index: src/gdb/doc/gdb.texinfo =================================================================== --- src.orig/gdb/doc/gdb.texinfo +++ src/gdb/doc/gdb.texinfo @@ -2176,6 +2176,7 @@ Completion will in some cases guide you NUMBER unlimited @end smallexample +@noindent Here, the option expects a number (e.g., @code{100}), not literal @code{NUMBER}. Such metasyntactical arguments are always presented in uppercase.