diff options
author | Jens Axboe <axboe@kernel.dk> | 2022-03-29 06:37:04 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-03-29 06:37:04 -0600 |
commit | a339505f1dd3ea0d2626abdcfd44d6ddd56b41e3 (patch) | |
tree | 3a5ee9ff4ef8815a042670b5969b6c3520cc03b3 | |
parent | cbdf65e0484af93d3966f0f04eeeb7a5a518d673 (diff) | |
download | liburing-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.3 | 2 |
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) |