diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1996-11-02 00:35:51 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1996-11-02 00:35:51 +0000 |
commit | 397fea5e5923ad519bc367a753166781618a9618 (patch) | |
tree | a396c236629d6360243571dd625a1639dd53bad0 /usr.sbin/iostat/iostat.8 | |
parent | 2aab0af8eafdfa38700e2b22cf4ff490ef377d0a (diff) |
"K" and "Kb" -> "KB" as well as "Mb" -> "MB" so people don't get confused
and thing we are talking about *bits as opposed to *bytes. From NetBSD.
Diffstat (limited to 'usr.sbin/iostat/iostat.8')
-rw-r--r-- | usr.sbin/iostat/iostat.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/iostat/iostat.8 b/usr.sbin/iostat/iostat.8 index 47702ded596..f25f5eefa32 100644 --- a/usr.sbin/iostat/iostat.8 +++ b/usr.sbin/iostat/iostat.8 @@ -1,5 +1,5 @@ -.\" $OpenBSD: iostat.8,v 1.6 1996/10/08 01:21:01 michaels Exp $ -.\" $NetBSD: iostat.8,v 1.9 1996/05/10 23:20:28 thorpej Exp $ +.\" $OpenBSD: iostat.8,v 1.7 1996/11/02 00:35:50 millert Exp $ +.\" $NetBSD: iostat.8,v 1.10 1996/10/25 18:21:57 scottr Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -143,11 +143,11 @@ to display specific drives, their names may be supplied on the command line. .Pp .Bl -tag -width indent -compact -.It K/t +.It KB/t Kilobytes transferred per disk transfer .It t/s transfers per second -.It Mb/s +.It MB/s Megabytes transferred per second .Pp .El @@ -155,7 +155,7 @@ The alternate display format, (selected with .Fl D ), presents the following values. .Bl -tag -width indent -compact -.It Kb +.It KB Kilobytes transferred .It xfr Disk transfers |