summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2020-01-27 08:57:17 -0700
committerJens Axboe <axboe@kernel.dk>2020-01-27 08:57:17 -0700
commit688e0c5c15479c1190eba16c4a42c9de920910c9 (patch)
tree1249182b89fd987490497115848662cb0f18b6da
parent3508db90d8cbd70e998bdeb5e0ddad1a9f577004 (diff)
parentb2994e733166e831709d3dc747524b64d18c4ef6 (diff)
downloadliburing-688e0c5c15479c1190eba16c4a42c9de920910c9.tar.gz
liburing-688e0c5c15479c1190eba16c4a42c9de920910c9.tar.bz2
Merge branch 'fix-man' of https://github.com/quininer/liburing
* 'fix-man' of https://github.com/quininer/liburing: Fix IORING_OP_CONNECT document
-rw-r--r--man/io_uring_enter.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man/io_uring_enter.2 b/man/io_uring_enter.2
index f63c659..316ffc3 100644
--- a/man/io_uring_enter.2
+++ b/man/io_uring_enter.2
@@ -341,7 +341,7 @@ system call.
must be set to the socket file descriptor,
.I addr
must contains the pointer to the sockaddr structure, and
-.I len
+.I off
must contain the socklen_t addrlen field. See also
.BR connect(2)
for the general description of the related system call.