summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2020-07-04 13:48:32 -0600
committerJens Axboe <axboe@kernel.dk>2020-07-04 13:48:32 -0600
commit4397321843a5ce2f62bcf79943c72d3dcd0740f1 (patch)
tree0e94a89fdb6b425d043b31a016c9a71ee1783892
parent2735541b95cb9d94d2d6b4011a746a0664be90da (diff)
downloadliburing-4397321843a5ce2f62bcf79943c72d3dcd0740f1.tar.gz
liburing-4397321843a5ce2f62bcf79943c72d3dcd0740f1.tar.bz2
man/io_uring_enter: update connect to note use of const
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-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 fc331e4..2dc3b59 100644
--- a/man/io_uring_enter.2
+++ b/man/io_uring_enter.2
@@ -389,7 +389,7 @@ system call.
.I fd
must be set to the socket file descriptor,
.I addr
-must contain the pointer to the sockaddr structure, and
+must contain the const pointer to the sockaddr structure, and
.I off
must contain the socklen_t addrlen field. See also
.BR connect(2)