From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS11403 173.228.157.0/24 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from pb-smtp21.pobox.com (pb-smtp21.pobox.com [173.228.157.53]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id C242E1F5AD for ; Sat, 11 Apr 2020 21:05:13 +0000 (UTC) Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id DB999B20CB; Sat, 11 Apr 2020 17:05:12 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=sasl; bh=hrqojcsoiXh+dKOKGIfy4WefbXc=; b=TMbwU8Nauj6Ux3gbJcWP x0dAOhyLam0UZP5p6bdaMcfY1s7zoSr2khQNiJKHq3HwhUXLJSfis/hORIploaP7 uDQCaQnjdeeXv5BGDPamPvsbsAAKV6ZEevc/M+FxeQy9Oheas9cKVLYi0aVgJ+F0 a1HgTW2nTQ7Ns9vg1v6/KZg= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id D3B0AB20CA; Sat, 11 Apr 2020 17:05:12 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kyleam.com; h=from:to:cc:subject:date:message-id:mime-version:content-transfer-encoding; s=mesmtp; bh=onwsJmlGj+SpCdN7bTGPtQdMbuQB3ME0d4VsgKQwF2M=; b=EsuWi5EVIFUM6oQhDJihNY4i3fXxGhKXtBaFSS1FH0oeeCkjswZEaIfCrChRrpVYbZ/HcxN011v33VkI8mrawUcnL7dofMYs83QaCJuwgw9GBJtPmTfwbb2+qwZALj7YpZ+VlcBb1ORQM4cwvchDe8Mh6+6TPw4rwOFFNB4gCsQ= Received: from localhost (unknown [45.33.91.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id 4ED74B20C8; Sat, 11 Apr 2020 17:05:10 -0400 (EDT) (envelope-from kyle@kyleam.com) From: Kyle Meyer To: meta@public-inbox.org Cc: Kyle Meyer Subject: [PATCH] doc: escape internal ">" in listid code snippet Date: Sat, 11 Apr 2020 17:05:01 -0400 Message-Id: <20200411210501.12997-1-kyle@kyleam.com> X-Mailer: git-send-email 2.26.0 MIME-Version: 1.0 X-Pobox-Relay-ID: 21177368-7C38-11EA-AD9B-8D86F504CC47-24757444!pb-smtp21.pobox.com Content-Transfer-Encoding: quoted-printable List-Id: A code snippet in the listid description is incorrectly rendered as "publicinbox.$NAME.watchheader=3DList-Id: Escape the closing bracket around the List-Id value to avoid this. Also escape the opening bracket for symmetry/readability. --- Documentation/public-inbox-config.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/public-inbox-config.pod b/Documentation/public= -inbox-config.pod index 53926ef4..4c9994dc 100644 --- a/Documentation/public-inbox-config.pod +++ b/Documentation/public-inbox-config.pod @@ -99,7 +99,7 @@ angle brackets for L deliveries an= d L. =20 For public-inbox-watch users, this is a shortcut for specifying -C> +Cfoo.example.comE> =20 For public-inbox-mda users, this may be used to avoid recipient matching via C environment variable. base-commit: d7270ec79e6347eb1c35ebcdc197e887bb4ef075 --=20 2.26.0