From 4397321843a5ce2f62bcf79943c72d3dcd0740f1 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Sat, 4 Jul 2020 13:48:32 -0600 Subject: man/io_uring_enter: update connect to note use of const Signed-off-by: Jens Axboe --- man/io_uring_enter.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3