From: Andreas Gruenbacher Date: Mon, 23 Jun 2014 21:17:08 +0000 (+0200) Subject: Fix two minor typos X-Git-Tag: fio-2.1.11~56 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=550b1db6d1ca6f059f9c543bf441554e7816b156 Fix two minor typos --- diff --git a/HOWTO b/HOWTO index cad175c6..d9f3095e 100644 --- a/HOWTO +++ b/HOWTO @@ -81,7 +81,7 @@ $ fio job_file and it will start doing what the job_file tells it to do. You can give more than one job file on the command line, fio will serialize the running of those files. Internally that is the same as using the 'stonewall' -parameter described the the parameter section. +parameter described in the parameter section. If the job file contains only one job, you may as well just give the parameters on the command line. The command line parameters are identical @@ -424,10 +424,10 @@ size=int The total size of file io for this job. Fio will run until Unless specific nrfiles and filesize options are given, fio will divide this size between the available files specified by the job. If not set, fio will use the full - size of the given files or devices. If the the files - do not exist, size must be given. It is also possible to - give size as a percentage between 1 and 100. If size=20% - is given, fio will use 20% of the full size of the given + size of the given files or devices. If the files do not + exist, size must be given. It is also possible to give + size as a percentage between 1 and 100. If size=20% is + given, fio will use 20% of the full size of the given files or devices. io_limit=int Normally fio operates within the region set by 'size', which