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=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 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 950921F670 for ; Thu, 17 Sep 2020 21:25:22 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 2/2] doc: txt2pre: more manpage URLs Date: Thu, 17 Sep 2020 21:25:22 +0000 Message-Id: <20200917212522.13401-3-e@80x24.org> In-Reply-To: <20200917212522.13401-1-e@80x24.org> References: <20200917212522.13401-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: We host our own -imapd manpage, and we started using a few more git commands (fast-import for ages). We'll also need to link to manpages.debian.org and live with long URLs for a few non-standard manpages in software we reference. --- Documentation/txt2pre | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/txt2pre b/Documentation/txt2pre index e9b5eb7d..75d2d12b 100755 --- a/Documentation/txt2pre +++ b/Documentation/txt2pre @@ -17,6 +17,7 @@ for (qw[public-inbox.cgi(1) public-inbox-daemon(8) public-inbox-edit(1) public-inbox-httpd(1) + public-inbox-imapd(1) public-inbox-index(1) public-inbox-init(1) public-inbox-learn(1) @@ -48,7 +49,9 @@ for (qw[git(1) git-am(1) git-apply(1) git-config(1) + git-credential(1) git-daemon(1) + git-fast-import(1) git-fetch(1) git-filter-branch(1) git-format-patch(1) @@ -73,6 +76,11 @@ for (qw[ $xurls{$_} = "https://www.freedesktop.org/software/systemd/man/$n.html"; } +$xurls{'netrc(5)'} = 'https://manpages.debian.org/stable/ftp/netrc.5.en.html'; +$xurls{'mbsync(1)'} = + 'https://manpages.debian.org/stable/isync/mbsync.1.en.html'; +$xurls{'offlineimap(1)'} = + 'https://manpages.debian.org/stable/offlineimap/offlineimap.1.en.html'; $xurls{'spamc(1)'} = 'https://spamassassin.apache.org/full/3.4.x/doc/spamc.html'; $xurls{'grok-pull'} =