From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38741 invoked by alias); 23 May 2019 15:31:59 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 38443 invoked by uid 89); 23 May 2019 15:31:59 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=HX-Languages-Length:1069 X-HELO: mail-wr1-f68.google.com Received: from mail-wr1-f68.google.com (HELO mail-wr1-f68.google.com) (209.85.221.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 23 May 2019 15:31:58 +0000 Received: by mail-wr1-f68.google.com with SMTP id u16so2891539wrn.8 for ; Thu, 23 May 2019 08:31:57 -0700 (PDT) Return-Path: Received: from ?IPv6:2001:8a0:f913:f700:4eeb:42ff:feef:f164? ([2001:8a0:f913:f700:4eeb:42ff:feef:f164]) by smtp.gmail.com with ESMTPSA id 65sm16871930wro.85.2019.05.23.08.31.54 (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Thu, 23 May 2019 08:31:55 -0700 (PDT) Subject: Re: [PATCH 24/24] NEWS and manual changes for command options changes To: Eli Zaretskii References: <20190522205327.2568-1-palves@redhat.com> <20190522205327.2568-25-palves@redhat.com> <83ftp57pw4.fsf@gnu.org> <85dfe262-650b-af70-45f3-859445a419bb@redhat.com> <83v9y15hvx.fsf@gnu.org> Cc: gdb-patches@sourceware.org From: Pedro Alves Message-ID: <7e7f03e5-1a92-8503-4ae2-764670671632@redhat.com> Date: Thu, 23 May 2019 15:31:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <83v9y15hvx.fsf@gnu.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-05/txt/msg00537.txt.bz2 On 5/23/19 4:07 PM, Eli Zaretskii wrote: >> Cc: gdb-patches@sourceware.org >> From: Pedro Alves >> Date: Thu, 23 May 2019 16:01:22 +0100 >> >>>> +@item -repeats @var{number-of-repeats}|@code{unlimited} >>>> +Set threshold for repeated print elements. "unlimited" causes all >>> ^^ >>> Two spaces between sentences. Also, "unlimited" at the sentence >>> beginning looks awkward without capitalization. >>> >> >> Hmm, "unlimited" is a literal, so I think we should use @code for it. >> Is is OK this way? I can rephrase a little to avoid @{unlimited} at >> the beginning of the sentence, but I'm trying to be concise here, >> since this is meant to be a brief outlook into the options, with a >> reference to the "set" command anchor for more info. > > Yes, I meant some simple rewording. Like this: > > The value @code{unlimited} causes ... > Thanks, I'll use that. >> Here are the changes I'm making to address your review: > > They are fine, thanks. > Thanks, Pedro Alves