summaryrefslogtreecommitdiffstats
path: root/usr.sbin/gstat
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2004-05-15 16:06:59 +0000
committermdodd <mdodd@FreeBSD.org>2004-05-15 16:06:59 +0000
commit3dceafd0adf0c7f5cb6a897520942df7014f526f (patch)
tree0259127b09de66851e5898d78239ada0beb81163 /usr.sbin/gstat
parent39293e509f67ff8abceb0435268f2fb11b4f1afd (diff)
downloadFreeBSD-src-3dceafd0adf0c7f5cb6a897520942df7014f526f.zip
FreeBSD-src-3dceafd0adf0c7f5cb6a897520942df7014f526f.tar.gz
Correct a typo in column header.
Submitted by: phk Obtained from: BSDCan
Diffstat (limited to 'usr.sbin/gstat')
-rw-r--r--usr.sbin/gstat/gstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/gstat/gstat.c b/usr.sbin/gstat/gstat.c
index 4336e54..69b2da9 100644
--- a/usr.sbin/gstat/gstat.c
+++ b/usr.sbin/gstat/gstat.c
@@ -141,7 +141,7 @@ main(int argc, char **argv)
dt, flag_I, sizeof(*gsp), i);
printw(" L(q) ops/s ");
printw(" r/s kBps ms/r ");
- printw(" w/s kBps ms/d ");
+ printw(" w/s kBps ms/w ");
if (flag_d)
printw(" d/s kBps ms/d ");
printw("%%busy Name\n");
OpenPOWER on IntegriCloud