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: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 55DE61F93C for ; Thu, 3 Nov 2022 00:48:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1667436519; bh=6rX/EDfjVUwjoE61jeyIHGkjD9fUoNekFhCuS5dQwsw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nTD83Fy+uN2s20sUtDLfqi47mBnQ132Q4zZcaGenT/1xWGDs6NlA4AhVmktEl0H/K BrpriBUGxZfinmng7HH0o1C2Sj26GAIvc5M3DGOpnX24RUTG8pGsf8R/CZpved5NNA 0vybbgDjUCMNV19z/zTlEa40U2UPYrdUR/ZvDC8I= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 1/6] doc: txt2pre: linkify new commands Date: Thu, 3 Nov 2022 00:48:33 +0000 Message-Id: <20221103004838.26331-2-e@80x24.org> In-Reply-To: <20221103004838.26331-1-e@80x24.org> References: <20221103004838.26331-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: lei-index, public-inbox-netd, and public-inbox-pop3d were not properly linkified in our HTML documentation. --- Documentation/txt2pre | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/txt2pre b/Documentation/txt2pre index 3ecd9100..c8dbd2ba 100755 --- a/Documentation/txt2pre +++ b/Documentation/txt2pre @@ -42,6 +42,7 @@ for (qw[lei(1) lei-q(1) lei-rediff(1) lei-refresh-mail-sync(1) + lei-reindex(1) lei-rm(1) lei-rm-watch(1) lei-security(7) @@ -63,8 +64,10 @@ for (qw[lei(1) public-inbox-init(1) public-inbox-learn(1) public-inbox-mda(1) + public-inbox-netd(1) public-inbox-nntpd(1) public-inbox-overview(7) + public-inbox-pop3d(1) public-inbox-purge(1) public-inbox-v1-format(5) public-inbox-v2-format(5)