freebsd-dev/usr.sbin/pstat
Bruce Evans f6f60773dd 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.
1998-08-19 01:32:28 +00:00
..
Makefile
pstat.8
pstat.c Increased column widths for tty input watermark fields so that watermarks 1998-08-19 01:32:28 +00:00