user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
From: Eric Wong <e@80x24.org>
To: meta@public-inbox.org
Subject: [PATCH 2/2] doc: txt2pre: more manpage URLs
Date: Thu, 17 Sep 2020 21:25:22 +0000	[thread overview]
Message-ID: <20200917212522.13401-3-e@80x24.org> (raw)
In-Reply-To: <20200917212522.13401-1-e@80x24.org>

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'} =

      parent reply	other threads:[~2020-09-17 21:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-17 21:25 [PATCH 0/2] some doc fixes Eric Wong
2020-09-17 21:25 ` [PATCH 1/2] doc: flow: include -imapd Eric Wong
2020-09-17 21:25 ` Eric Wong [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://public-inbox.org/README

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200917212522.13401-3-e@80x24.org \
    --to=e@80x24.org \
    --cc=meta@public-inbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).