From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 4OExIJfItWIn4QAAbAwnHQ (envelope-from ) for ; Fri, 24 Jun 2022 16:22:15 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id gBnYH5fItWKJdgEA9RJhRA (envelope-from ) for ; Fri, 24 Jun 2022 16:22:15 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 098741D356 for ; Fri, 24 Jun 2022 16:22:14 +0200 (CEST) Received: from localhost ([::1]:59704 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o4kCL-0003Xd-8b for larch@yhetil.org; Fri, 24 Jun 2022 10:22:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39116) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4jcM-0005i3-NR for guix-patches@gnu.org; Fri, 24 Jun 2022 09:45:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47556) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o4jcM-0005eP-CB for guix-patches@gnu.org; Fri, 24 Jun 2022 09:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o4jcM-00084m-9u for guix-patches@gnu.org; Fri, 24 Jun 2022 09:45:02 -0400 Subject: bug#33342: [PATCH] doc: Fix formatting of notes in multiple sections. Add note Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 24 Jun 2022 13:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 33342 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: moreinfo patch To: zimoun Cc: swedebugia , 33342-done@debbugs.gnu.org Mail-Followup-To: 33342@debbugs.gnu.org, ludo@gnu.org, swedebugia@riseup.net Received: via spool by 33342-done@debbugs.gnu.org id=D33342.165607824930945 (code D ref 33342); Fri, 24 Jun 2022 13:45:02 +0000 Received: (at 33342-done) by debbugs.gnu.org; 24 Jun 2022 13:44:09 +0000 Received: from localhost ([127.0.0.1]:41452 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4jbV-000833-JK for submit@debbugs.gnu.org; Fri, 24 Jun 2022 09:44:09 -0400 Received: from eggs.gnu.org ([209.51.188.92]:53694) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4jbR-00082R-U4 for 33342-done@debbugs.gnu.org; Fri, 24 Jun 2022 09:44:08 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60392) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4jbM-0005Qz-Jb; Fri, 24 Jun 2022 09:44:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=F/Ux9NAU633Ux7KWts4fAL1uba6jLifbSzH0dUjzuhg=; b=fjS/6nANPcgzh7lIskwP 6saXNtP3Tpc07yCTP1Mhdb92m9D/yPJ+TfYfB7W42GBlsqNzjRMj0oUN2/xIyXAGdXonr6djjAOEq +NEwNgFM+d5zDqC812X8PR4eqUIduk7Y9PPTBmjPssayGl9RmSo4Wb6d9DNqemd71DhA5Wdlwh9F3 rNm5Ticx7lKwRyVT3O2Oy5ytf9fyyHBUC1d/i+Q8LZKpmgE6uDs0TQlCYc8NbZ0XGUahLLe328bzA 7f6BV0R6223rg7SoUANZQjADGzQjQebWRDGU6GlUrDPcylp3wnqlZfQVc2G887pWPUAoUoqt+kyRD e/QOdKDo22nhow==; Received: from [193.50.110.235] (port=59980 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4jbL-00080L-3T; Fri, 24 Jun 2022 09:44:00 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <2fcb93ed-1639-67e6-a9c2-603d64f56c4c@riseup.net> <86a6cx3ydw.fsf@gmail.com> Date: Fri, 24 Jun 2022 15:43:56 +0200 In-Reply-To: <86a6cx3ydw.fsf@gmail.com> (zimoun's message of "Thu, 07 Apr 2022 13:51:07 +0200") Message-ID: <87o7yiuqg3.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1656080535; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=F/Ux9NAU633Ux7KWts4fAL1uba6jLifbSzH0dUjzuhg=; b=QEoLb/hICacbH/r6tbv4iOlWLnyX6mRIlPXeIl8/OCPj0MyabPjjKr0XjTCtAAnodHiiD0 BCFWmyBOi90QnHlgRW9y4XkpzNvDJA0QIioJ2RIAf0po90OdQ2lGqh1ACADO6WST7WUyXz TFvwG0kJ4j/3nptVYm6WJP26c/0nFhBeCVM1pMIcAWx1MUTiqeZh24gSC4ALi71EVSE77L uGt2dj4dg6W5Dw6N0G0vWHDn/bEDw5vglrZivh5oa/HSp8q1DtCp1y19d4H0YWLSF9Uzec wwyc5QvvLjjRtHkxSgYQvOWlAKVWOU0lI7MWVxnOyGDtfc9vVa3kqbXvhPjmuQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1656080535; a=rsa-sha256; cv=none; b=gU/jJL6qkAN8c/SR64BoKNOFAUED+BbAZvvkMLMDZr/OR2OMCGFsI2pU2WyM5+HL5M3Ln3 uRBZmPuc/t96nOJDC8iZDNdUq7DV9dCCVg0Gly+vCKbAPNg0rNzbYZEoAnnEs1J3p21EeS lrW6eEkueXVsf2yEAM86y41MHAouKv/AD55tjs51ggkLUVqeQA5ffv67/QX2tgkSTFw2Go +UPBOp8T3CBbXPgidDATk4C+YFg5lIoVqdFXEDMAJ0O9571Ctp71OheFJwnBNMw0vWw34v vMmDYp9Y4u2GxxxQk2P6bGhTF2URKA3qyU2k6XkkIMXrDzV1qTC5wBcWBq+dCA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="fjS/6nAN"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.66 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="fjS/6nAN"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 098741D356 X-Spam-Score: -4.66 X-Migadu-Scanner: scn0.migadu.com X-TUID: HL0CEUXY+uyG Hi, zimoun skribis: > This patch#33342 seems felt into the cracks: > > http://issues.guix.gnu.org/issue/33342 Took a few years (!) but I=E2=80=99ve finally applied it with minor changes. Thanks! Ludo=E2=80=99.