HOWTO: fix wrong "here follows the complete list of fio job parameters" position
authorTomohiro Kusumi <tkusumi@tuxera.com>
Tue, 1 Aug 2017 19:49:27 +0000 (22:49 +0300)
committerJens Axboe <axboe@kernel.dk>
Tue, 1 Aug 2017 19:55:07 +0000 (13:55 -0600)
commitf5c3bcf2fd64d2e3e0869346a34e6627f177076f
tree6d46cb6d9f820d79dec345e30779a73d0ed0bb30
parent5cfd1e9accf15f510b6778c7919bbd338b7c166c
HOWTO: fix wrong "here follows the complete list of fio job parameters" position

f80dba8d('Convert documentation to reStructured text.')
made this sentence appear in the wrong place.
It should appear before "Units" job parameter section.

The man page has this right as it's not synced (will be soon).

Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
HOWTO