Skip to content

Commit

Permalink
Merge branch 'spellingfixes-2023-10-23' of https://github.com/proact-…
Browse files Browse the repository at this point in the history
…de/fio

* 'spellingfixes-2023-10-23' of https://github.com/proact-de/fio:
  Various spelling fixes.
  • Loading branch information
axboe committed Oct 23, 2023
2 parents d4fdbe3 + 85ccc10 commit c11e22e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions HOWTO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2344,8 +2344,8 @@ with the caveat that when used on the command line, they must come after the

cmdprio_bssplit=blocksize/percentage/class/level/hint:...

This is an extension of the second accepted format that allows to also
specify a priority hint.
This is an extension of the second accepted format that allows one to
also specify a priority hint.

For all formats, only the read and write data directions are supported,
values for trim IOs are ignored. This option is mutually exclusive with
Expand Down Expand Up @@ -3014,7 +3014,7 @@ with the caveat that when used on the command line, they must come after the
**hugepage**
Use hugepages, instead of existing posix memory backend. The
memory backend uses hugetlbfs. This require users to allocate
hugepages, mount hugetlbfs and set an enviornment variable for
hugepages, mount hugetlbfs and set an environment variable for
XNVME_HUGETLB_PATH.
**spdk**
Uses SPDK's memory allocator.
Expand Down Expand Up @@ -3047,7 +3047,7 @@ with the caveat that when used on the command line, they must come after the
creating but before connecting the libblkio instance. Each property must
have the format ``<name>=<value>``. Colons can be escaped as ``\:``.
These are set after the engine sets any other properties, so those can
be overriden. Available properties depend on the libblkio version in use
be overridden. Available properties depend on the libblkio version in use
and are listed at
https://libblkio.gitlab.io/libblkio/blkio.html#properties

Expand All @@ -3071,7 +3071,7 @@ with the caveat that when used on the command line, they must come after the
connecting but before starting the libblkio instance. Each property must
have the format ``<name>=<value>``. Colons can be escaped as ``\:``.
These are set after the engine sets any other properties, so those can
be overriden. Available properties depend on the libblkio version in use
be overridden. Available properties depend on the libblkio version in use
and are listed at
https://libblkio.gitlab.io/libblkio/blkio.html#properties

Expand Down Expand Up @@ -3635,8 +3635,8 @@ Threads, processes and job synchronization
By default, fio will continue running all other jobs when one job finishes.
Sometimes this is not the desired action. Setting ``exitall`` will
instead make fio terminate all jobs in the same group. The option
``exit_what`` allows to control which jobs get terminated when ``exitall`` is
enabled. The default is ``group`` and does not change the behaviour of
``exit_what`` allows one to control which jobs get terminated when ``exitall``
is enabled. The default is ``group`` and does not change the behaviour of
``exitall``. The setting ``all`` terminates all jobs. The setting ``stonewall``
terminates all currently running jobs across all groups and continues execution
with the next stonewalled group.
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ if test "$show_help" = "yes" ; then
fi

cross_prefix=${cross_prefix-${CROSS_COMPILE}}
# Preferred compiler (can be overriden later after we know the platform):
# Preferred compiler (can be overridden later after we know the platform):
# ${CC} (if set)
# ${cross_prefix}gcc (if cross-prefix specified)
# gcc if available
Expand Down
8 changes: 4 additions & 4 deletions fio.1
Original file line number Diff line number Diff line change
Expand Up @@ -2142,7 +2142,7 @@ The third accepted format for this option is:
cmdprio_bssplit=blocksize/percentage/class/level/hint:...
.RE
.P
This is an extension of the second accepted format that allows to also
This is an extension of the second accepted format that allows one to also
specify a priority hint.
.P
For all formats, only the read and write data directions are supported, values
Expand Down Expand Up @@ -2774,7 +2774,7 @@ This is the default posix memory backend for linux NVMe driver.
.BI hugepage
Use hugepages, instead of existing posix memory backend. The memory backend
uses hugetlbfs. This require users to allocate hugepages, mount hugetlbfs and
set an enviornment variable for XNVME_HUGETLB_PATH.
set an environment variable for XNVME_HUGETLB_PATH.
.TP
.BI spdk
Uses SPDK's memory allocator.
Expand Down Expand Up @@ -2803,7 +2803,7 @@ support it; see \fIhttps://libblkio.gitlab.io/libblkio/blkio.html#drivers\fR
A colon-separated list of additional libblkio properties to be set after
creating but before connecting the libblkio instance. Each property must have
the format \fB<name>=<value>\fR. Colons can be escaped as \fB\\:\fR. These are
set after the engine sets any other properties, so those can be overriden.
set after the engine sets any other properties, so those can be overridden.
Available properties depend on the libblkio version in use and are listed at
\fIhttps://libblkio.gitlab.io/libblkio/blkio.html#properties\fR
.TP
Expand All @@ -2821,7 +2821,7 @@ may support it; see \fIhttps://libblkio.gitlab.io/libblkio/blkio.html#drivers\fR
A colon-separated list of additional libblkio properties to be set after
connecting but before starting the libblkio instance. Each property must have
the format \fB<name>=<value>\fR. Colons can be escaped as \fB\\:\fR. These are
set after the engine sets any other properties, so those can be overriden.
set after the engine sets any other properties, so those can be overridden.
Available properties depend on the libblkio version in use and are listed at
\fIhttps://libblkio.gitlab.io/libblkio/blkio.html#properties\fR
.TP
Expand Down

0 comments on commit c11e22e

Please sign in to comment.