From 12efafa35d63b9d75e7810a6e8d3c7d7345f76e8 Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Tue, 29 Nov 2022 13:05:51 -0500 Subject: [PATCH] docs: synchronize fio.1 and HOWTO changes 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 --- HOWTO.rst | 6 +++--- fio.1 | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HOWTO.rst b/HOWTO.rst index 4419ee1b..6f5c964a 100644 --- 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 a28ec032..e87c29a7 100644 --- 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 -- 2.25.1