diff options
author | yar <yar@FreeBSD.org> | 2006-11-27 20:19:05 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2006-11-27 20:19:05 +0000 |
commit | b3c89a49481f20757609507e2c527d6b787058ea (patch) | |
tree | fcee98c57a13e0e7617ce3dfc0e616a9ae098128 /usr.bin/systat/pigs.c | |
parent | cc6ba21ff6ff020abfbda13ee9f990b784fa71f4 (diff) | |
download | FreeBSD-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.c | 2 |
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 |