From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42e.google.com (mail-wr1-x42e.google.com [IPv6:2a00:1450:4864:20::42e]) by sourceware.org (Postfix) with ESMTPS id 350BC3858D28 for ; Fri, 1 Jul 2022 16:13:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 350BC3858D28 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-wr1-x42e.google.com with SMTP id q9so3904269wrd.8 for ; Fri, 01 Jul 2022 09:13:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=date:from:to:cc:subject:in-reply-to:message-id:references :user-agent:mime-version; bh=YoAUwyyXN/nPdv/bxPz9a6BYax/3IJgOuFAFBcwqZO8=; b=AZ5dFDxEqCL6btSjWGqrOw6sHVWD9f3fHJZ0+jtbegnV4CYYhQGtUCyzcLbcneExyZ cd1EeSN88n7ewX7npwvtq6PKoJFTTHBZGNyM8JdQLjzLDCA2pqEmWW23VkysknHIeWTG 4aZQRXvybiEpsFBQbSsis/U4omRZt6XbqIjWpggfOpP6myHgM36F1o8ldVzKOUfJ5GlZ d5LDzhU3dtlbHAIZN0aty9HpCgs5Ujg6MGn/03lfnnI9cJYAJRLvldxFomApuIsnAOWB GhAOP49B95bXtGr0eTZaE8XTFrz1+J7jO7twte6TJqlroD3I55iJ59t5SqkpTIDe6og5 Bxnw== 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:cc:subject:in-reply-to:message-id :references:user-agent:mime-version; bh=YoAUwyyXN/nPdv/bxPz9a6BYax/3IJgOuFAFBcwqZO8=; b=A69u86ZKJraLa9iCt4jhSzr3kE0UI7Rn87pTq3L4IFxTpETBchVrJQoQGJyM/VbKmx ddNIV38UtQ4HFxffZl34Pe5J8F7zLKGdR1lSDilKDpjv0ry1msENG9hM4ZJEk+pH96dN Q95SCWWQ+vMtOGiRTJsXlR+qKoxlvwKxKbrSy4cVhr0Od8Q6z+n/Zg32ahzazuBngkIe WoUnxN3MIpE5N0NeNqVvtiLeR5nM+89T7XgWp0zYcpfX8qTgQcLNyhwaW3V6/qTmpUQg 9xIK9fLjmCn+U0QEX5ZL5971scWzLxZpYSRQ7JFryglxfM7UURKHNXC99vh+kc1GPjdV ktdg== X-Gm-Message-State: AJIora8bpUfTBYFOVHFfA+69YmF6jqepTtl7DBJgnos3SpYAbDcaAxiR aifH5uUty7N0xFAcBHBqJtiLrlxpVSv8xA== X-Google-Smtp-Source: AGRyM1snn4P+beBe7HYJ+y5A0flomT87Yn4a07uuDo9RYcxxWUXRehCWDSk8OgSldpXTaRrit2T0yw== X-Received: by 2002:a5d:64a4:0:b0:21d:133d:cbb4 with SMTP id m4-20020a5d64a4000000b0021d133dcbb4mr13796927wrp.208.1656691998487; Fri, 01 Jul 2022 09:13:18 -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 n12-20020a5d420c000000b0021b8d1b0568sm23309887wrq.52.2022.07.01.09.13.17 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 Jul 2022 09:13:17 -0700 (PDT) Date: Fri, 1 Jul 2022 17:13:16 +0100 (BST) From: "Maciej W. Rozycki" To: Eli Zaretskii cc: gdb-patches@sourceware.org Subject: Re: [PATCH] GDB/doc: Remove extraneous spaces from completion examples In-Reply-To: <837d4wesyt.fsf@gnu.org> Message-ID: References: <837d4wesyt.fsf@gnu.org> 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 16:13:21 -0000 On Fri, 1 Jul 2022, Eli Zaretskii wrote: > > Remove extraneous spaces then from completion examples as appropriate. > > --- > > Hi, > > > > Noticed while making documentation updates for "NUMBER" completion. > > > > OK to apply? > > Yes, thanks. Applied, thanks. Maciej