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 Previous commit to remove -I/sys broke 'make world', miscfs/union/*.h is 1997-07-15 07:03:00 +00:00
pstat.8 VVMIO -> VOBJBUF as in pstat.c. 1998-01-17 16:58:55 +00:00
pstat.c Increased column widths for tty input watermark fields so that watermarks 1998-08-19 01:32:28 +00:00