diff options
author | quininer <quininer@live.com> | 2020-01-27 23:41:35 +0800 |
---|---|---|
committer | quininer <quininer@live.com> | 2020-01-27 23:41:35 +0800 |
commit | b2994e733166e831709d3dc747524b64d18c4ef6 (patch) | |
tree | 1249182b89fd987490497115848662cb0f18b6da | |
parent | 3508db90d8cbd70e998bdeb5e0ddad1a9f577004 (diff) | |
download | liburing-b2994e733166e831709d3dc747524b64d18c4ef6.tar.gz liburing-b2994e733166e831709d3dc747524b64d18c4ef6.tar.bz2 |
Fix IORING_OP_CONNECT document
-rw-r--r-- | man/io_uring_enter.2 | 2 |
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. |