From e4faeeb82775f64f72f00f97cda2d46976cdac5c Mon Sep 17 00:00:00 2001 From: Ammar Faizi Date: Tue, 30 Aug 2022 07:56:43 +0700 Subject: [PATCH] man/io_uring_enter.2: Fix typo "which is behaves" -> "which behaves" Just a trivial grammatical error fix. Fixes: 30adf90dca1362eb89c84f84110f1084acd9b1b3 ("man/io_uring_enter.2: document IORING_ENTER_EXT_ARG") Signed-off-by: Ammar Faizi Link: https://lore.kernel.org/r/20220830005122.885209-8-ammar.faizi@intel.com 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 85e582cc..1a9311e2 100644 --- a/man/io_uring_enter.2 +++ b/man/io_uring_enter.2 @@ -70,7 +70,7 @@ the following: .BI " const void *" arg ", size_t " argsz ); .fi -which is behaves just like the original definition by default. However, if +which behaves just like the original definition by default. However, if .B IORING_ENTER_EXT_ARG is set, then instead of a .I sigset_t