Merge branch 'master' of github.com:uniontech-lilinjie/fio
authorVincent Fu <vincent.fu@samsung.com>
Thu, 15 Sep 2022 14:53:24 +0000 (10:53 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Thu, 15 Sep 2022 14:53:24 +0000 (10:53 -0400)
* 'master' of github.com:uniontech-lilinjie/fio:
  fix spelling error

1  2 
fio.1

diff --combined fio.1
index c67bd46420eb91d08a4ee75cdc0cb535894eb8fa,61de6662111a948d013b196331889ca6f5a0fa51..39d6b4f4902395fc547abcf33872ff3db6f78c84
--- 1/fio.1
--- 2/fio.1
+++ b/fio.1
@@@ -900,10 -900,7 +900,10 @@@ Random mixed reads and writes
  .TP
  .B trimwrite
  Sequential trim+write sequences. Blocks will be trimmed first,
 -then the same blocks will be written to.
 +then the same blocks will be written to. So if `io_size=64K' is specified,
 +Fio will trim a total of 64K bytes and also write 64K bytes on the same
 +trimmed blocks. This behaviour will be consistent with `number_ios' or
 +other Fio options limiting the total bytes or number of I/O's.
  .RE
  .P
  Fio defaults to read if the option is not specified. For the mixed I/O
@@@ -2491,11 -2488,11 +2491,11 @@@ Specify the label or UUID of the DAOS p
  Specify the label or UUID of the DAOS container to open.
  .TP
  .BI (dfs)chunk_size
- Specificy a different chunk size (in bytes) for the dfs file.
+ Specify a different chunk size (in bytes) for the dfs file.
  Use DAOS container's chunk size by default.
  .TP
  .BI (dfs)object_class
- Specificy a different object class for the dfs file.
+ Specify a different object class for the dfs file.
  Use DAOS container's object class by default.
  .TP
  .BI (nfs)nfs_url