From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id BACF23858D37 for ; Tue, 16 Apr 2024 15:45:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BACF23858D37 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark.ca ARC-Filter: OpenARC Filter v1.0.0 sourceware.org BACF23858D37 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=158.69.221.121 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1713282310; cv=none; b=ECMN8bujdrpRefnn0pv47xDs0/NvLexd9vDB183oyfoYQdu/3oarDMZA0GHnTO5a4empeHdXnRkd1JcUcKX29GkqwFb/JWX2r0jDpfisF0u361flvQEE54pno/5MBuW3z5DcQfEi0SqP3pkx5XbnCGcn/ymfMiaqLrDscoHVbp0= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1713282310; c=relaxed/simple; bh=RX2ovNrinwq7A5qmilhlIw6U6rg7plc6OZIc8g7BTaY=; h=DKIM-Signature:Message-ID:Date:MIME-Version:Subject:To:From; b=Mt8yIkeN2C8QkNhZA4TxzA5v6iMjTsoKpWK4gIqreJQU2ytxNrH7qhIMEPoqxzxz4GSG6MszAGYm9bZs8CBXEyggyDOh1wnHTmyF6giK6N33lrWvGXx5FYUT667sv6wGXa/aExUr8HASLpS4BL+EBPww+CYPlDVie65VxFT3EYw= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=simark.ca; s=mail; t=1713282307; bh=RX2ovNrinwq7A5qmilhlIw6U6rg7plc6OZIc8g7BTaY=; h=Date:Subject:To:References:From:In-Reply-To:From; b=r2wTTcQQ5qRAtiC52ieBwNvbYdvy0r1s0z80bLV24i/B+QYdx0FfsTcJMhoSqB29F 7cbyoZQgpICi8ax28szPWwida5qt/r8LHofw0EuoFfJvaVCDXfbOfMhJIq83Zt56vS UelGV/XIsCeQ7kWM14uawuIVHxIDLoxFZjxYKg4c= Received: from [10.0.0.11] (modemcable238.237-201-24.mc.videotron.ca [24.201.237.238]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 0B7CC1E092; Tue, 16 Apr 2024 11:45:06 -0400 (EDT) Message-ID: <0dfc55f1-3ce7-4fa9-af3a-f322df320b9b@simark.ca> Date: Tue, 16 Apr 2024 11:45:06 -0400 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] Fix whitespace in "help set inferior-tty" To: Eli Zaretskii , gdb-patches@sourceware.org References: <86wmoxict8.fsf@gnu.org> Content-Language: en-US From: Simon Marchi In-Reply-To: <86wmoxict8.fsf@gnu.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2024-04-16 10:48, Eli Zaretskii wrote: > Hi, > > I've noticed that doc strings of "set inferior-tty" and "set cwd" have > some excess whitespace, which makes them display with unexpected > indentation, at least in a Windows command prompt window. The patch > below fixes that. OK to install? I see the same problem. grepping around, I think I found more instances of the same problem: linux-nat.c:4704:Set debugging of GNU/Linux native target."), _(" \ linux-nat.c:4705:Show debugging of GNU/Linux native target."), _(" \ riscv-tdep.c:4824:Set debugger's use of compressed breakpoints."), _(" \ top.c:2270:Set whether GDB should start up quietly."), _(" \ Can you confirm and include them in your patch? Simon