K 10 svn:author V 3 bde K 8 svn:date V 27 1998-08-19T01:32:28.000000Z K 7 svn:log V 389 Increased column widths for tty input watermark fields so that watermarks for 11520-byte buffers for 115200 bps are displayed properly. Fixed my recent printf format error fixes. %p is almost unusable in tables, since its width and format are unknown/machine-dependent. Use %8lx and cast pointers to (u_long)(void*). This is still quite broken, e.g., for machines with 64-bit pointers. END