[PATCH v1 4/6] man/man2/io_setup.2: ERRORS: It is *ctx_idp that must be initialized
From: Alejandro Colomar <alx@kernel.org>
Date: 2026-04-08 09:18:46
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Alejandro Colomar <alx@kernel.org>
Date: 2026-04-08 09:18:46
Subsystem:
the rest · Maintainer:
Linus Torvalds
Also, clarify that it must be initialized to 0. Signed-off-by: Alejandro Colomar <alx@kernel.org> --- man/man2/io_setup.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/man2/io_setup.2 b/man/man2/io_setup.2
index 08e98e89..f2f59c61 100644
--- a/man/man2/io_setup.2
+++ b/man/man2/io_setup.2@@ -68,8 +68,8 @@ .SH ERRORS .IR ctx_idp . .TP .B EINVAL -.I ctx_idp -is not initialized. +.I *ctx_idp +is not initialized to 0. .TP .B EINVAL The specified
--
2.53.0