From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 5m5bAVosaGETLwAAWB0awg (envelope-from ) for ; Thu, 14 Oct 2021 09:10:50 -0400 Received: by simark.ca (Postfix, from userid 112) id E78AD1F0BB; Thu, 14 Oct 2021 09:10:49 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,NICE_REPLY_A,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 7CD3D1ECEB for ; Thu, 14 Oct 2021 09:10:47 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id D7E803857C42 for ; Thu, 14 Oct 2021 13:10:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D7E803857C42 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1634217046; bh=Tyvf2jSn1SnQ6YYMVim914IEStDxV/pmcxqu10T5EB0=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=MT0/oJv5Rux6mE4OX7FnCA5L03cOClL3TB9leUfFXLznIj+GafmC2vm5izsDnkL/V p43KBX9u4IPHYb7dsQzaGl8awrDevHPeVzA6i9Pxpfr1FNUijCg5oxkR/Bta6yWuJ0 B97WuNtuB1YQz7sxnF9HG3peScjRHHt/x9un82Qc= Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTP id DF70B3858433 for ; Thu, 14 Oct 2021 13:10:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DF70B3858433 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-14-75QB-lFhNUa2kNDVRcidkg-1; Thu, 14 Oct 2021 09:10:07 -0400 X-MC-Unique: 75QB-lFhNUa2kNDVRcidkg-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 35A8919253C9; Thu, 14 Oct 2021 13:10:06 +0000 (UTC) Received: from blarsen.remote.csb (ovpn-116-87.gru2.redhat.com [10.97.116.87]) by smtp.corp.redhat.com (Postfix) with ESMTPS id BC9C31037F44; Thu, 14 Oct 2021 13:10:04 +0000 (UTC) Subject: Re: [PATCH] [gdb/doc]: Updated manpages to be consistent with help To: Sergio Durigan Junior , Bruno Larsen via Gdb-patches References: <20211013130409.10711-1-blarsen@redhat.com> <87czo96iyv.fsf@paluero> Message-ID: <8cd51cc0-3ca2-b1ae-e608-82a7cac10bcc@redhat.com> Date: Thu, 14 Oct 2021 10:10:00 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <87czo96iyv.fsf@paluero> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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: , From: Bruno Larsen via Gdb-patches Reply-To: Bruno Larsen Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 10/13/21 12:30 PM, Sergio Durigan Junior wrote: > On Wednesday, October 13 2021, Bruno Larsen via Gdb-patches wrote: > >> Updated manpages to be consistent with help information provided by the >> binary. The main changes are Making all long-form options have '--', >> instead of a single '-' and added most of the missing options to the >> manpage. > > You might want to mention/fix > https://sourceware.org/bugzilla/show_bug.cgi?id=23965 and likely other > related manpage bugs in this commit. > > Thanks, > Good catch! I added this bug and https://sourceware.org/bugzilla/show_bug.cgi?id=10619 The other ones were unrelated (documentation of ?? and reordering of options to be alphabetical) -- Cheers! Bruno Larsen