HOWTO: indentation fix
authorJens Axboe <axboe@kernel.dk>
Wed, 10 Oct 2012 15:09:59 +0000 (09:09 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 10 Oct 2012 15:09:59 +0000 (09:09 -0600)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
HOWTO

diff --git a/HOWTO b/HOWTO
index aa06fd5dc40bda09f47f5b4d9f7d7382503f4e4e..ee9680a592b77120c9967b722448e49c54ea01f2 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -1062,12 +1062,13 @@ numjobs=int     Create the specified number of clones of this job. May be
                conjunction with new_group.
 
 group_reporting        It may sometimes be interesting to display statistics for
-               groups of jobs as a whole instead of for each individual job. This is
-               especially true if 'numjobs' is used; looking at individual
-               thread/process output quickly becomes unwieldy. To see the final report
-               per-group instead of per-job, use 'group_reporting'. Jobs in a file
-               will be part of the same reporting group, unless if separated by a
-               stonewall, or by using 'new_group'.
+               groups of jobs as a whole instead of for each individual job.
+               This is especially true if 'numjobs' is used; looking at
+               individual thread/process output quickly becomes unwieldy.
+               To see the final report per-group instead of per-job, use
+               'group_reporting'. Jobs in a file will be part of the same
+               reporting group, unless if separated by a stonewall, or by
+               using 'new_group'.
 
 thread         fio defaults to forking jobs, however if this option is
                given, fio will use pthread_create(3) to create threads