X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Ftxt2pre;h=62175f3438bd26f266343b26c6350a90af15fa9e;hb=143d2aecda3649bca538b77dca63972e7a28949e;hp=b9d74fb78b1adab9e3544f1d6cc98a66354fa5d1;hpb=f744f87b2e4fe553cc237f6653ab436f7f03c6c1;p=public-inbox.git 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)\)/);