summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)