From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id KJztJbs2eF/ERAAAWB0awg (envelope-from ) for ; Sat, 03 Oct 2020 04:30:51 -0400 Received: by simark.ca (Postfix, from userid 112) id 995A81EE0F; Sat, 3 Oct 2020 04:30:51 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,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 F016B1E965 for ; Sat, 3 Oct 2020 04:30:50 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id AA6E5398E4B5; Sat, 3 Oct 2020 08:30:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AA6E5398E4B5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1601713850; bh=TrkNVeeW7a43cW+6cEYyl2XSveWGTuwJws77t/lCuPI=; h=Date:To:In-Reply-To:Subject:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=bvtCqH9IkfVr9LEO+mXNQLjCIg2VY4OaYwdX5OqYJwlY5vWAGyKJpooAqbYeSWsS1 eCzD9rS/w8F18/BzDoBE4BcvGnD0TNb1tBGZiocL/rPxDVYuqvR1VJN+w42tZ0bLoR 4hGDksCw1wmfxSga283xmzgdV9BOwTq+cHE8Z4fA= Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 5A5FE398E4B5 for ; Sat, 3 Oct 2020 08:30:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 5A5FE398E4B5 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51701) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kOcwJ-0001x5-U0; Sat, 03 Oct 2020 04:30:47 -0400 Received: from [176.228.60.248] (port=4659 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kOcwG-0000TN-G0; Sat, 03 Oct 2020 04:30:45 -0400 Date: Sat, 03 Oct 2020 11:30:44 +0300 Message-Id: <83y2kng18r.fsf@gnu.org> To: Simon Marchi In-Reply-To: <20201003001437.3066505-1-simon.marchi@polymtl.ca> (message from Simon Marchi via Gdb-patches on Fri, 2 Oct 2020 20:14:36 -0400) Subject: Re: [PATCH 1/2] gdb/doc: space out list entries, fix one type References: <20201003001437.3066505-1-simon.marchi@polymtl.ca> 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: Eli Zaretskii via Gdb-patches Reply-To: Eli Zaretskii Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" > Date: Fri, 2 Oct 2020 20:14:36 -0400 > From: Simon Marchi via Gdb-patches > > I want to add an item to this list, but it's so packed I have trouble > finding where one item ends and the next starts. Add a few empty lines > to make it a bit more readable. > > Doing this, I also noticed that an "aix-thread" should in fact be > "aix-solib". > > gdb/doc/ChangeLog: > > * gdb.texinfo (Debugging Output): Add empty lines, fix typo. OK, thanks.