systat - Fix '?' suffix case for dirtybufspace reporting
commit8122d914c04988d8104e60eddd1027bf3bf4cc29
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 18 Mar 2018 02:51:45 +0000 (17 19:51 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 18 Mar 2018 02:51:45 +0000 (17 19:51 -0700)
treefcb4f1f473a4e0dd36d69efd804d9cd3e90a4794
parent62e9e4173da92227fd081dae1cb4bc2a8aaee176
systat - Fix '?' suffix case for dirtybufspace reporting

* Dirtybufspace (dirtyb) reporting sometimes showed a '?'
  because put64() didn't know how to upgrade 'k'.  Using 'K'
  solves the problem.
usr.bin/systat/vmstat.c