K 10 svn:author V 3 bde K 8 svn:date V 27 1998-08-10T14:27:34.000000Z K 7 svn:log V 366 Fixed the formatting of some tables (mainly the one produced by ps in ddb) which I broke by changing %8[l]x to %8p. Hacked the central printf routine to not add an "0x" prefix for %p formats if the field width is nonzero. The tables are still horribly misformatted on 64-bit machines. Use %p instead of %8p to print pointers when the field width isn't important. END