Annotation of researchv10dc/man/man0/troffit, revision 1.1.1.1

1.1       root        1: trap 'rm /tmp/$$*' 0 2 3 13 15
                      2: sort /usr/man/man0/pagenumbers >/tmp/$$1
                      3: a= e=0
                      4: post="/usr/bin/postscript/dpost -C/usr/lib/postscript/fatcourier.ps"
                      5: case $1 in
                      6: -a)    a=$1 post=cat shift ;;
                      7: esac
                      8: echo %!PS
                      9: for i
                     10: do
                     11:        look '-xt ' $i /tmp/$$1 >/tmp/$$2
                     12:        cd /usr/man
                     13:        echo /saveobj save def
                     14:        eval `/usr/man/man0/preprocess $i` |
                     15:                troff $a -rp`sed 's/.* //' /tmp/$$2` \
                     16:                /usr/man/man0/tmac.v10 - 2>/tmp/$$3 |
                     17:                $post  
                     18:        echo clear saveobj restore
                     19:        reccp $i /usr/man/man0/`dirname $i`
                     20:        diff -b /tmp/$$[23] >/dev/null || (
                     21:                echo $i: page count discrepancy, before and after:
                     22:                cat /tmp/$$[23]
                     23:                e=1
                     24:        ) 1>&2
                     25: done
                     26: exit $e

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.