docs: synchronize fio.1 and HOWTO changes
authorVincent Fu <vincent.fu@samsung.com>
Tue, 29 Nov 2022 18:05:51 +0000 (13:05 -0500)
committerVincent Fu <vincent.fu@samsung.com>
Tue, 29 Nov 2022 18:05:51 +0000 (13:05 -0500)
A couple recent patches changed only one of fio.1 or HOWTO. This patch
synchronizes the changes between the two documents.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
HOWTO.rst
fio.1

index 4419ee1b0855465d7a1ec7874c0b8b8010436115..6f5c964ae3a2de164b2ede76fca246cb3f3f45e8 100644 (file)
--- a/HOWTO.rst
+++ b/HOWTO.rst
@@ -1054,7 +1054,7 @@ Target file/device
 
        When running a random write test across an entire drive many more
        zones will be open than in a typical application workload. Hence this
-       command line option that allows to limit the number of open zones. The
+       command line option that allows one to limit the number of open zones. The
        number of open zones is defined as the number of zones to which write
        commands are issued.
 
@@ -1446,7 +1446,7 @@ I/O type
        supplied as a value between 0 and 100.
 
        The second, optional float is allowed for **pareto**, **zipf** and **normal** distributions.
-       It allows to set base of distribution in non-default place, giving more control
+       It allows one to set base of distribution in non-default place, giving more control
        over most probable outcome. This value is in range [0-1] which maps linearly to
        range of possible random values.
        Defaults are: random for **pareto** and **zipf**, and 0.5 for **normal**.
@@ -4503,7 +4503,7 @@ Trace file format v2
 ~~~~~~~~~~~~~~~~~~~~
 
 The second version of the trace file format was added in fio version 1.17.  It
-allows to access more than one file per trace and has a bigger set of possible
+allows one to access more than one file per trace and has a bigger set of possible
 file actions.
 
 The first line of the trace file has to be::
diff --git a/fio.1 b/fio.1
index a28ec03206f1214b0d8186d30ce8dc8dd2669b65..e87c29a76dba4f8984cdc0084fce03ba04a6ad5d 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -4213,7 +4213,7 @@ This format is not supported in fio versions >= 1.20\-rc3.
 .TP
 .B Trace file format v2
 The second version of the trace file format was added in fio version 1.17. It
-allows one to access more then one file per trace and has a bigger set of possible
+allows one to access more than one file per trace and has a bigger set of possible
 file actions.
 .RS
 .P