Commit 33e7a8a8 authored by Konstantin Khlebnikov's avatar Konstantin Khlebnikov

ioping.1: document tera suffixes

Signed-off-by: default avatarKonstantin Khlebnikov <koct9i@gmail.com>
parent 15c35d5a
...@@ -102,21 +102,24 @@ megabytes ...@@ -102,21 +102,24 @@ megabytes
.TP .TP
.BR g ,\ gb .BR g ,\ gb
gigabytes gigabytes
.TP
.BR t ,\ tb
terabytes
.PP .PP
For options that expect "number" argument (\fB-p\fR and \fB-c\fR) you For options that expect "number" argument (\fB-p\fR and \fB-c\fR) you
can optionally specify one of the following suffixes (case-insensitive): can optionally specify one of the following suffixes (case-insensitive):
.TP .TP
.B da
deca (tens, 10)
.TP
.B k .B k
kilo (thousands, 1 000) kilo (thousands, 1 000)
.TP .TP
.B M .B m
mega (millions, 1 000 000) mega (millions, 1 000 000)
.TP .TP
.B G .B g
giga (billions, 1 000 000 000) giga (billions, 1 000 000 000)
.TP
.B t
tera (trillions, 1 000 000 000 000)
.SH EXIT STATUS .SH EXIT STATUS
Returns \fB0\fR upon success. The following error codes are defined: Returns \fB0\fR upon success. The following error codes are defined:
.TP .TP
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment