|
|
1.1 root 1: M=/usr/man/man0
2: cd $M
3: for i in /usr/man/man[1-9]
4: do
5: sh $M/makind1 $i
6: done >$M/junk1
7: cd $M
8: sh $M/makind1 /usr/man/mana | sed '
9: s/([1-9])/(A)/
10: s/(3I+)/(A)/
11: s/(9\..)/(A)/
12: ' >>junk1
13: sed '
14: s/\\(mi/-/
15: s/\\(em/-/
16: s/\\-/-/
17: s/\([^(]*\)(\(.\)[^)]*)\([^-]*\) \1\([, ].*\)/\3 \1(\2)\4/
18: s/^\([^ (]*(.\)[^)]*)/\1)/
19: s/^ //
20: ' junk1 |sort -f >junk2
21: cp junk2 /usr/spool/man/index
22: rm junk1 junk2
23:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.