summaryrefslogtreecommitdiff
path: root/usr.bin/systat/swap.c
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2006-12-23 14:25:17 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2006-12-23 14:25:17 +0000
commit1f4d2a1d842af83442391da6a5005e2b56167e0f (patch)
treec9ae9844e8d4130ef190f38d4aa67219d4efba1f /usr.bin/systat/swap.c
parent9409f9ed870e72e6a88db2409fd6663e5b3478ad (diff)
downloadsrc-test2-1f4d2a1d842af83442391da6a5005e2b56167e0f.tar.gz
src-test2-1f4d2a1d842af83442391da6a5005e2b56167e0f.zip
Notes
Diffstat (limited to 'usr.bin/systat/swap.c')
-rw-r--r--usr.bin/systat/swap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/systat/swap.c b/usr.bin/systat/swap.c
index 5436b1c5871c..176826dfa675 100644
--- a/usr.bin/systat/swap.c
+++ b/usr.bin/systat/swap.c
@@ -126,7 +126,7 @@ labelswap()
row = 0;
wmove(wnd, row, 0); wclrtobot(wnd);
header = getbsize(&hlen, &blocksize);
- mvwprintw(wnd, row++, 0, "%-5s%*s%9s %55s",
+ mvwprintw(wnd, row++, 0, "%-5s%*s%9s %s",
"Disk", hlen, header, "Used",
"/0% /10 /20 /30 /40 /50 /60 /70 /80 /90 /100");
@@ -183,7 +183,7 @@ showswap()
wnd,
i + 1,
lcol,
- "%9d ",
+ "%9d ",
CONVERT(kvmsw[i].ksw_used)
);