Commit 23e048bd authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Konstantin Khlebnikov

ioping.1: Add -v to man page SYNOPSYS and help message

And fix man page date while we're at it.

This is an addition to commit 7ded7a65Signed-off-by: default avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: default avatarKonstantin Khlebnikov <koct9i@gmail.com>
parent f1c65fcd
.TH IOPING "1" "June 2011" "" "User Commands" .TH IOPING "1" "July 2011" "" "User Commands"
.SH NAME .SH NAME
ioping \- simple disk I/O latency monitoring tool ioping \- simple disk I/O latency monitoring tool
.SH SYNOPSYS .SH SYNOPSYS
...@@ -15,6 +15,8 @@ ioping \- simple disk I/O latency monitoring tool ...@@ -15,6 +15,8 @@ ioping \- simple disk I/O latency monitoring tool
.YS .YS
.SY ioping .SY ioping
.B -h .B -h
|
.B -v
.YS .YS
.SH DESCRIPTION .SH DESCRIPTION
This tool lets you monitor I/O latency in real time. This tool lets you monitor I/O latency in real time.
......
...@@ -78,7 +78,7 @@ void usage(void) ...@@ -78,7 +78,7 @@ void usage(void)
fprintf(stderr, fprintf(stderr,
" Usage: ioping [-LCDRq] [-c count] [-w deadline] [-p period] [-i interval]\n" " Usage: ioping [-LCDRq] [-c count] [-w deadline] [-p period] [-i interval]\n"
" [-s size] [-S wsize] [-o offset] device|file|directory\n" " [-s size] [-S wsize] [-o offset] device|file|directory\n"
" ioping -h\n" " ioping -h | -v\n"
"\n" "\n"
" -c <count> stop after <count> requests\n" " -c <count> stop after <count> requests\n"
" -w <deadline> stop after <deadline>\n" " -w <deadline> stop after <deadline>\n"
......
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