[PATCH v1 4/6] man/man2/io_setup.2: ERRORS: It is *ctx_idp that must be initialized
Alejandro Colomar <[email protected]> Wed, 8 Apr 2026 11:18:42 +0200
| Newsgroups | gmane.linux.kernel.aio.general,gmane.linux.man |
|---|---|
| Message-ID | <31b6dec8ca48001e4c1f85e53646d06d9f543ee0.1775639353.git.alx@kernel.org> |
Also, clarify that it must be initialized to 0. Signed-off-by: Alejandro Colomar <[email protected]> --- 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 -- To unsubscribe, send a message with 'unsubscribe linux-aio' in the body to [email protected]. For more info on Linux AIO, see: http://www.kvack.org/aio/ Don't email: <a href=mailto:"[email protected]">[email protected]</a>