diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-05-30 05:20:59 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-05-30 05:20:59 +0000 |
commit | eaee8f541d0d34268408a7d39a85d812459bc74b (patch) | |
tree | 23db472bcad12be23ebb0430c3bce9c7fd3f6040 /usr.bin/systat/iostat.c | |
parent | a349d8955dd7ced8e00b6fa1b2b9ac1f3f153c8b (diff) |
rename msec to the less confusing sec and improve the description in
the man page. ok dlg@ and jmc@
Diffstat (limited to 'usr.bin/systat/iostat.c')
-rw-r--r-- | usr.bin/systat/iostat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/systat/iostat.c b/usr.bin/systat/iostat.c index 8562c34d4c7..77322478ec2 100644 --- a/usr.bin/systat/iostat.c +++ b/usr.bin/systat/iostat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: iostat.c,v 1.27 2007/02/25 18:21:24 deraadt Exp $ */ +/* $OpenBSD: iostat.c,v 1.28 2007/05/30 05:20:58 otto Exp $ */ /* $NetBSD: iostat.c,v 1.5 1996/05/10 23:16:35 thorpej Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)iostat.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: iostat.c,v 1.27 2007/02/25 18:21:24 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: iostat.c,v 1.28 2007/05/30 05:20:58 otto Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -97,7 +97,7 @@ void labeliostat(void) { mvwprintw(wnd, 1, 0, SFMT, "Device", "rKBytes", "wKBytes", "rtps", - "wtps", "msec"); + "wtps", "sec"); } void |