blob: 5f72f47b074f574a204703c4417d7fbb8978206a [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001From ff16b7c0c855d5242d92d7f902247525ff1f889a Mon Sep 17 00:00:00 2001
2From: Konstantin Kharlamov <Hi-Angel@yandex.ru>
3Date: Tue, 16 Aug 2022 19:14:13 +0300
4Subject: [PATCH] doc: get rid of trailing whitespace
5
6Signed-off-by: Konstantin Kharlamov <Hi-Angel@yandex.ru>
7---
8 HOWTO.rst | 4 ++--
9 fio.1 | 10 +++++-----
10 2 files changed, 7 insertions(+), 7 deletions(-)
11
12diff --git a/HOWTO.rst b/HOWTO.rst
13index b2750b56..c94238ed 100644
14--- a/HOWTO.rst
15+++ b/HOWTO.rst
16@@ -1301,7 +1301,7 @@ I/O type
17 effectively caps the file size at `real_size - offset`. Can be combined with
18 :option:`size` to constrain the start and end range of the I/O workload.
19 A percentage can be specified by a number between 1 and 100 followed by '%',
20- for example, ``offset=20%`` to specify 20%. In ZBD mode, value can be set as
21+ for example, ``offset=20%`` to specify 20%. In ZBD mode, value can be set as
22 number of zones using 'z'.
23
24 .. option:: offset_align=int
25@@ -1877,7 +1877,7 @@ I/O size
26 If this option is not specified, fio will use the full size of the given
27 files or devices. If the files do not exist, size must be given. It is also
28 possible to give size as a percentage between 1 and 100. If ``size=20%`` is
29- given, fio will use 20% of the full size of the given files or devices.
30+ given, fio will use 20% of the full size of the given files or devices.
31 In ZBD mode, value can also be set as number of zones using 'z'.
32 Can be combined with :option:`offset` to constrain the start and end range
33 that I/O will be done within.
34diff --git a/fio.1 b/fio.1
35index f3f3dc5d..d40b4247 100644
36--- a/fio.1
37+++ b/fio.1
38@@ -292,7 +292,7 @@ For Zone Block Device Mode:
39 .RS
40 .P
41 .PD 0
42-z means Zone
43+z means Zone
44 .P
45 .PD
46 .RE
47@@ -1083,7 +1083,7 @@ provided. Data before the given offset will not be touched. This
48 effectively caps the file size at `real_size \- offset'. Can be combined with
49 \fBsize\fR to constrain the start and end range of the I/O workload.
50 A percentage can be specified by a number between 1 and 100 followed by '%',
51-for example, `offset=20%' to specify 20%. In ZBD mode, value can be set as
52+for example, `offset=20%' to specify 20%. In ZBD mode, value can be set as
53 number of zones using 'z'.
54 .TP
55 .BI offset_align \fR=\fPint
56@@ -1099,7 +1099,7 @@ specified). This option is useful if there are several jobs which are
57 intended to operate on a file in parallel disjoint segments, with even
58 spacing between the starting points. Percentages can be used for this option.
59 If a percentage is given, the generated offset will be aligned to the minimum
60-\fBblocksize\fR or to the value of \fBoffset_align\fR if provided.In ZBD mode, value
61+\fBblocksize\fR or to the value of \fBoffset_align\fR if provided.In ZBD mode, value
62 can be set as number of zones using 'z'.
63 .TP
64 .BI number_ios \fR=\fPint
65@@ -1678,7 +1678,7 @@ If this option is not specified, fio will use the full size of the given
66 files or devices. If the files do not exist, size must be given. It is also
67 possible to give size as a percentage between 1 and 100. If `size=20%' is
68 given, fio will use 20% of the full size of the given files or devices. In ZBD mode,
69-size can be given in units of number of zones using 'z'. Can be combined with \fBoffset\fR to
70+size can be given in units of number of zones using 'z'. Can be combined with \fBoffset\fR to
71 constrain the start and end range that I/O will be done within.
72 .TP
73 .BI io_size \fR=\fPint[%|z] "\fR,\fB io_limit" \fR=\fPint[%|z]
74@@ -1697,7 +1697,7 @@ also be set as number of zones using 'z'.
75 .BI filesize \fR=\fPirange(int)
76 Individual file sizes. May be a range, in which case fio will select sizes
77 for files at random within the given range. If not given, each created file
78-is the same size. This option overrides \fBsize\fR in terms of file size,
79+is the same size. This option overrides \fBsize\fR in terms of file size,
80 i.e. \fBsize\fR becomes merely the default for \fBio_size\fR (and
81 has no effect it all if \fBio_size\fR is set explicitly).
82 .TP