Annotation of 43BSDTahoe/new/X/doc/Xlib/block.awk, revision 1.1.1.1

1.1       root        1: BEGIN {
                      2:        firstchar = "@";
                      3: }
                      4: 
                      5: {
                      6:        c = substr($2,2,1);
                      7:        if (c != firstchar)
                      8:                printf(".LB %s\n", c);
                      9:        firstchar = c;
                     10:        print;
                     11: }

unix.superglobalmegacorp.com

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