Commit e064339e authored by Konstantin Khlebnikov's avatar Konstantin Khlebnikov

ioping: add hints for units into manpage

Signed-off-by: default avatarKonstantin Khlebnikov <koct9i@gmail.com>
parent 2c4f4f1d
...@@ -85,10 +85,10 @@ default is seconds, unless you specify one of the following suffixes ...@@ -85,10 +85,10 @@ default is seconds, unless you specify one of the following suffixes
(case-insensitive): (case-insensitive):
.TP .TP
.BR us ,\ usec .BR us ,\ usec
microseconds microseconds (a millionth of a second, 1 / 1 000 000)
.TP .TP
.BR ms ,\ msec .BR ms ,\ msec
milliseconds milliseconds (a thousandth of a second, 1 / 1 000)
.TP .TP
.BR s ,\ sec .BR s ,\ sec
seconds seconds
...@@ -107,19 +107,19 @@ default is bytes, unless you specify one of the following suffixes ...@@ -107,19 +107,19 @@ default is bytes, unless you specify one of the following suffixes
disk sectors (a sector is always 512). disk sectors (a sector is always 512).
.TP .TP
.BR KiB ,\ k ,\ kb .BR KiB ,\ k ,\ kb
kilobytes kilobytes (1 024 bytes)
.TP .TP
.B page .B page
memory pages (a page is always 4KiB). memory pages (a page is always 4KiB).
.TP .TP
.BR MiB ,\ m ,\ mb .BR MiB ,\ m ,\ mb
megabytes megabytes (1 048 576 bytes)
.TP .TP
.BR GiB ,\ g ,\ gb .BR GiB ,\ g ,\ gb
gigabytes gigabytes (1 073 741 824 bytes)
.TP .TP
.BR TiB ,\ t ,\ tb .BR TiB ,\ t ,\ tb
terabytes terabytes (1 099 511 627 776 bytes)
.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):
......
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