Commit f7eb2586 authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Konstantin Khlebnikov

ioping.1: describe suffixes for -p and -c

Signed-off-by: default avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: default avatarKonstantin Khlebnikov <koct9i@gmail.com>
parent d37ec0c5
......@@ -93,6 +93,21 @@ megabytes
.TP
.BR g ,\ gb
gigabytes
.PP
For options that expect "number" argument (\fB-p\fR and \fB-c\fR) you
can optionally specify one of the following suffixes (case-insensitive):
.TP
.B da
deca (tens, 10)
.TP
.B k
kilo (thousands, 1 000)
.TP
.B M
mega (millions, 1 000 000)
.TP
.B G
giga (billions, 1 000 000 000)
.SH EXIT STATUS
Returns \fB0\fR upon success. The following error codes are defined:
.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