aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2022-06-15 10:43:45 -0600
committerJens Axboe <axboe@kernel.dk>2022-06-15 10:43:45 -0600
commit8f4b4af6dba4356366f4441797c51a0f25a62b64 (patch)
treeaf5eff9f819da9127a07a130ab67e10bd88953a7
parenta9e941d4986261332365292ffabf7f71383a9eef (diff)
parented55ffb31421684abe409dde38e4682eb207437a (diff)
downloadliburing-8f4b4af6dba4356366f4441797c51a0f25a62b64.tar.gz
Merge branch 'master' of https://github.com/CarterLi/liburing
* 'master' of https://github.com/CarterLi/liburing: man/io_uring_setup.2: fix typo
-rw-r--r--man/io_uring_setup.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man/io_uring_setup.2 b/man/io_uring_setup.2
index c81da89..75c69ff 100644
--- a/man/io_uring_setup.2
+++ b/man/io_uring_setup.2
@@ -171,7 +171,7 @@ then it will be clamped at
.B IORING_MAX_CQ_ENTRIES .
.TP
.B IORING_SETUP_ATTACH_WQ
-This flag should be set in conjunction with
+This flag should be set in conjunction with
.IR "struct io_uring_params.wq_fd"
being set to an existing io_uring ring file descriptor. When set, the
io_uring instance being created will share the asynchronous worker
@@ -188,7 +188,7 @@ for details on how to enable the ring. Available since 5.10.
.B IORING_SETUP_SUBMIT_ALL
Normally io_uring stops submitting a batch of request, if one of these requests
results in an error. This can cause submission of less than what is expected,
-if a request ends in error while being submitted. If the ring is creted with
+if a request ends in error while being submitted. If the ring is created with
this flag,
.BR io_uring_enter (2)
will continue submitting requests even if it encounters an error submitting