From 1aa17f80ffa96d6e9f1e2c49aea481f8a2fd2c08 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Thu, 20 Oct 2022 14:58:58 +1300 Subject: [PATCH] Fix typo in io_uring_get_sqe man page Signed-off-by: Samuel Williams --- man/io_uring_get_sqe.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/io_uring_get_sqe.3 b/man/io_uring_get_sqe.3 index ce446142..3c6d7424 100644 --- a/man/io_uring_get_sqe.3 +++ b/man/io_uring_get_sqe.3 @@ -43,7 +43,7 @@ to return valid data when reaping IO completions, either or .BR io_uring_sqe_set_data64 (3) .B MUST -have been called submitting the request. +have been called before submitting the request. .SH RETURN VALUE .BR io_uring_get_sqe (3)