From 492f69dc458aa1415bdf4490b615e71609e4a4ea Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Sat, 1 Sep 2007 02:29:58 +0000 Subject: 20070901-0329 --- dis/lookman | 1 + dis/man | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'dis') diff --git a/dis/lookman b/dis/lookman index edf8972b..57610bf6 100755 --- a/dis/lookman +++ b/dis/lookman @@ -3,6 +3,7 @@ load std fn cmdform { sed 's;/man/;; + s;(.*)/(0intro);man \1 \2 # intro(\1); s;(.*)/(.*);man \1 \2 # \2(\1);' } post=cmdform diff --git a/dis/man b/dis/man index 1c83abc5..07bc3b90 100755 --- a/dis/man +++ b/dis/man @@ -97,7 +97,7 @@ for i in $fils { wm/man -f $i }{~ $cmd b}{ if{~ $i '/man/*/0intro'}{ - x=`{echo $i | sed 's;/man/(.*)/.*;/\1 intro;'} + x=`{echo $i | sed 's;/man/(.*)/.*;\1 intro;'} }{~ $i '/man/*/*'}{ x=`{echo $i | sed 's;/man/(.*)/(.*);\1 \2;'} }{ -- cgit v1.2.3