From 91014e45431dfdccb834868db178571d323cf88d Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Mon, 28 Nov 2022 19:47:48 +0100 Subject: [PATCH] Spelling: Fix allows to -> allows one to in man 1 fio Reported by lintian, a Debian package linter. Signed-off-by: Sven Hoexter --- fio.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fio.1 b/fio.1 index a156bf5d..7f29bdbe 100644 --- a/fio.1 +++ b/fio.1 @@ -830,7 +830,7 @@ so. Default: false. .BI max_open_zones \fR=\fPint 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 number of open zones is +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 by all threads/processes. .TP @@ -1224,7 +1224,7 @@ map. For the \fBnormal\fR distribution, a normal (Gaussian) deviation is supplied as a value between 0 and 100. .P The second, optional float is allowed for \fBpareto\fR, \fBzipf\fR and \fBnormal\fR -distributions. It allows to set base of distribution in non-default place, giving +distributions. 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 \fBpareto\fR and \fBzipf\fR, and 0.5 for \fBnormal\fR. @@ -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 to access more then one file per trace and has a bigger set of possible +allows one to access more then one file per trace and has a bigger set of possible file actions. .RS .P -- 2.25.1