|
|
1.1 root 1: S=/usr/spool/man
2: M=/usr/man
3: (cd $S) || exit
4: cd $M
5: for i in man[1-9aw] man10
6: do for j in $i/*.? $i/*.??
7: do newer $j $S/$j &&
8: eval `doctype -n $j` |
9: sed '
10: :x
11: /^$/{
12: N
13: s/\n$//
14: tx
15: }
16: ' >$S/$j
17: done
18: done
19: $M/adm/cachelinks
20: case "`date`" in
21: *Sun*) $M/adm/cachindex
22: esac
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.