From: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx> Just a trivial grammatical error fix. Fixes: 1dbc9974486cbc5f60eeeca092fd434c40d3a484 ("man/io_uring_enter.2: document IORING_ENTER_EXT_ARG") Signed-off-by: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx> --- 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 85e582c..1a9311e 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 -- Ammar Faizi