From: Eric Wong Date: Thu, 3 Nov 2022 00:48:38 +0000 (+0000) Subject: txt2pre: linkify lei/store => lei-store-format.html X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=4d78e55e9d6ca77f8b1ef0f19e44cc33cc2cb981 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. --- 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)\)/);