]> Sergey Matveev's repositories - public-inbox.git/commitdiff
txt2pre: linkify lei/store => lei-store-format.html
authorEric Wong <e@80x24.org>
Thu, 3 Nov 2022 00:48:38 +0000 (00:48 +0000)
committerEric Wong <e@80x24.org>
Thu, 3 Nov 2022 18:42:34 +0000 (18:42 +0000)
Linking to the manpage probably helps clarify what `lei/store'
refers to without too much clutter in the raw POD source.

Documentation/txt2pre

index b9d74fb78b1adab9e3544f1d6cc98a66354fa5d1..62175f3438bd26f266343b26c6350a90af15fa9e 100755 (executable)
@@ -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)\)/);