From: Martin Steigerwald Date: Mon, 23 Oct 2023 14:14:50 +0000 (+0200) Subject: Various spelling fixes. X-Git-Tag: fio-3.37~92^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=85ccc10a2d829c28f2b7a31f9d5424938966d9dc;p=fio.git Various spelling fixes. Most of them have been reported by Debian's Lintian tool. Signed-off-by: Martin Steigerwald --- diff --git a/HOWTO.rst b/HOWTO.rst index cc7124b1..6a8fb3e3 100644 --- a/HOWTO.rst +++ b/HOWTO.rst @@ -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 @@ -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. @@ -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 ``=``. 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 @@ -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 ``=``. 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 @@ -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. diff --git a/configure b/configure index 742cb7c5..3e3f8132 100755 --- a/configure +++ b/configure @@ -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 diff --git a/fio.1 b/fio.1 index 628e278d..a8dc8f6c 100644 --- a/fio.1 +++ b/fio.1 @@ -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 @@ -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. @@ -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=\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 @@ -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=\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