f6f60773dd
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. |
||
---|---|---|
.. | ||
Makefile | ||
pstat.8 | ||
pstat.c |