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-Status: No, score=-3.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.migadu.com (out1.migadu.com [IPv6:2001:41d0:2:863f::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id A92E71F5AF for ; Mon, 29 Mar 2021 03:13:50 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1616987629; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=NI6WyDXQ8+87Y5+Tbes0U4IsYwpkR/Owk2BZlG8pUz8=; b=YtxDufjNode9jWH9CdTT0HaMweVBEqmoalksCV8lfhKF3i97V1v4pg/DXrKaA+sk0gczvw Sj5F5w5WZWREEghRaFJauaMwwzDf6UPIfx12Xxmyl8EJI7tbSruE9/PSw1PobYutklZ8ze lW2lrPDOqvMBh7dzcuZWp+qWUfPyLDQFwaGgRJmjJm8BCpeMjnSiXrAycY4o5dvCeRHvpl XFs0HOmP+1VHo03xVtdgdyY2xVyhKVRFaYpOnUlwi0a3ag0Pb200zxO+UU/0xz643zDLUb U5ggHIAIaIX4kp/VyHRtgItkE9ztBHJzw7aU1juNhg5oBXEIxR8X/r8Z9A+vrg== From: Kyle Meyer To: meta@public-inbox.org Subject: [PATCH] doc config: don't render a to-do comment Date: Sun, 28 Mar 2021 23:13:43 -0400 Message-Id: <20210329031343.29165-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: In the public-inbox-config manpage, the match=domain item under publicinbox.wwwlisting has a to-do comment that gets rendered as "support showing cgit listing". That's potential confusing to readers, especially given that the "TODO" is dropped. Change the markup so that the comment isn't rendered. --- Documentation/public-inbox-config.pod | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Documentation/public-inbox-config.pod b/Documentation/public-inbox-config.pod index 904af804..f8edf6f6 100644 --- a/Documentation/public-inbox-config.pod +++ b/Documentation/public-inbox-config.pod @@ -287,9 +287,8 @@ L =item * match=domain - Only show inboxes with URLs which belong to the domain of the HTTP request -=for TODO comment - -support showing cgit listing +=for comment +TODO support showing cgit listing =back base-commit: 80f4192574065106ae72a7a73ee0f02ebd86708a -- 2.31.0