diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-07-22 11:29:04 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-08-17 12:11:09 +0200 |
commit | d42f738783568146c748d76fa9e06c4aa5a28194 (patch) | |
tree | a647068a4485e42057a409a6a0068644c61d113b /disk-utils | |
parent | feae57c9e5ed8a619ec52c3c3f3bbe4e803e0f37 (diff) | |
download | util-linux-old-d42f738783568146c748d76fa9e06c4aa5a28194.tar.gz |
elvtune.8: formatting
Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
Diffstat (limited to 'disk-utils')
-rw-r--r-- | disk-utils/elvtune.8 | 33 |
1 files changed, 11 insertions, 22 deletions
diff --git a/disk-utils/elvtune.8 b/disk-utils/elvtune.8 index dffdeb34..91cbae89 100644 --- a/disk-utils/elvtune.8 +++ b/disk-utils/elvtune.8 @@ -4,28 +4,17 @@ elvtune \- I/O elevator tuner .SH SYNOPSIS .B elvtune -[ -.B \-r -.I r_lat -] -[ -.B \-w -.I w_lat -] -[ -.B \-b -.I b_max -] -.B /dev/blkdev1 -[ -.B /dev/blkdev2 ... -] - -.B elvtune -.B -h - -.B elvtune -.B -v +.RB [ \-r +.IR r_lat ] +.RB [ \-w +.IR w_lat ] +.RB [ \-b +.IR b_max ] +.IR device ... +.br +.B elvtune \-h +.br +.B elvtune \-v .SH DESCRIPTION .B elvtune allows to tune the I/O elevator per blockdevice queue basis. The |