summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/pigs.c
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-11-27 20:19:05 +0000
committeryar <yar@FreeBSD.org>2006-11-27 20:19:05 +0000
commitb3c89a49481f20757609507e2c527d6b787058ea (patch)
treefcee98c57a13e0e7617ce3dfc0e616a9ae098128 /usr.bin/systat/pigs.c
parentcc6ba21ff6ff020abfbda13ee9f990b784fa71f4 (diff)
downloadFreeBSD-src-b3c89a49481f20757609507e2c527d6b787058ea.zip
FreeBSD-src-b3c89a49481f20757609507e2c527d6b787058ea.tar.gz
Consistently mark percentage scales as such.
PR: bin/101975 MFC after: 3 days
Diffstat (limited to 'usr.bin/systat/pigs.c')
-rw-r--r--usr.bin/systat/pigs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/systat/pigs.c b/usr.bin/systat/pigs.c
index b0d6d52..16d8ae9 100644
--- a/usr.bin/systat/pigs.c
+++ b/usr.bin/systat/pigs.c
@@ -236,7 +236,7 @@ labelpigs()
wmove(wnd, 0, 0);
wclrtoeol(wnd);
mvwaddstr(wnd, 0, 20,
- "/0 /10 /20 /30 /40 /50 /60 /70 /80 /90 /100");
+ "/0% /10 /20 /30 /40 /50 /60 /70 /80 /90 /100");
}
int
OpenPOWER on IntegriCloud