about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-11-03 00:48:38 +0000
committerEric Wong <e@80x24.org>2022-11-03 18:42:34 +0000
commit4d78e55e9d6ca77f8b1ef0f19e44cc33cc2cb981 (patch)
tree992df6630852505d2e745a2abc175cf191a92165 /Documentation
parente5d6fbcc4262e94da916be5e9eb5cb0026bf1038 (diff)
downloadpublic-inbox-4d78e55e9d6ca77f8b1ef0f19e44cc33cc2cb981.tar.gz
txt2pre: linkify lei/store => lei-store-format.html
Linking to the manpage probably helps clarify what `lei/store'
refers to without too much clutter in the raw POD source.
Diffstat (limited to 'Documentation')
-rwxr-xr-xDocumentation/txt2pre2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/txt2pre b/Documentation/txt2pre
index b9d74fb7..62175f34 100755
--- a/Documentation/txt2pre
+++ b/Documentation/txt2pre
@@ -80,6 +80,8 @@ for (qw[lei(1)
         /\Alei-(.+?)\(1\)\z/ and $xurls{"lei $1"} = "$n.html";
 }
 
+$xurls{'lei/store'} = 'lei-store-format.html';
+
 for (qw[make(1) flock(2) setrlimit(2) vfork(2) tmpfs(5) inotify(7) unix(7)
                 syslog(3)]) {
         my ($n, $s) = (/([\w\-]+)\((\d)\)/);