aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author李通洲 <carter.li@eoitek.com>2022-06-16 00:34:31 +0800
committer李通洲 <carter.li@eoitek.com>2022-06-16 00:34:31 +0800
commited55ffb31421684abe409dde38e4682eb207437a (patch)
treeaf5eff9f819da9127a07a130ab67e10bd88953a7
parenta9e941d4986261332365292ffabf7f71383a9eef (diff)
downloadliburing-ed55ffb31421684abe409dde38e4682eb207437a.tar.gz
man/io_uring_setup.2: fix typo
Signed-off-by: 李通洲 <carter.li@eoitek.com>
-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