aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2024-01-22 11:10:19 -0700
committerJens Axboe <axboe@kernel.dk>2024-01-22 11:10:19 -0700
commitd5346b506717bfd65a5d09b987aff7c0f2e368fd (patch)
tree2bddf8fd581d7ed32682c9a9f21cec8265c9c347
parenta62ddb1b81ec3a2a827fe37901af5eb4c4dfb013 (diff)
downloadliburing-d5346b506717bfd65a5d09b987aff7c0f2e368fd.tar.gz
man/io_uring_prep_socket.3: fix typo
Fixes: https://github.com/axboe/liburing/issues/1036 Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r--man/io_uring_prep_socket.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/io_uring_prep_socket.3 b/man/io_uring_prep_socket.3
index 8c15a901..77dba66b 100644
--- a/man/io_uring_prep_socket.3
+++ b/man/io_uring_prep_socket.3
@@ -57,7 +57,7 @@ argument should be set to the slot that should be used for this socket.
The
.BR io_uring_prep_socket_direct_alloc (3)
helper works just like
-.BR io_uring_prep_socket_alloc (3),
+.BR io_uring_prep_socket_direct (3),
except it allocates a new direct descriptor rather than pass a free slot in. It
is equivalent to using
.BR io_uring_prep_socket_direct (3)