summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2022-03-29 06:37:04 -0600
committerJens Axboe <axboe@kernel.dk>2022-03-29 06:37:04 -0600
commita339505f1dd3ea0d2626abdcfd44d6ddd56b41e3 (patch)
tree3a5ee9ff4ef8815a042670b5969b6c3520cc03b3
parentcbdf65e0484af93d3966f0f04eeeb7a5a518d673 (diff)
downloadliburing-a339505f1dd3ea0d2626abdcfd44d6ddd56b41e3.tar.gz
liburing-a339505f1dd3ea0d2626abdcfd44d6ddd56b41e3.tar.bz2
man/io_uring_prep_cancel.3: add io_uring_prep_poll_remove(3) to see also
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r--man/io_uring_prep_cancel.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/io_uring_prep_cancel.3 b/man/io_uring_prep_cancel.3
index ddf5a89..4c6fc28 100644
--- a/man/io_uring_prep_cancel.3
+++ b/man/io_uring_prep_cancel.3
@@ -57,4 +57,4 @@ is no longer possible. This should normally mean that it will complete shortly,
either successfully, or interrupted due to the cancelation.
.SH SEE ALSO
-.BR io_uring_get_sqe (3), io_uring_submit (3)
+.BR io_uring_prep_poll_remove (3), io_uring_get_sqe (3), io_uring_submit (3)