[PATCH v1 3/6] man/man2/io_setup.2: ERRORS: Split EINVAL
Alejandro Colomar <[email protected]> Wed, 8 Apr 2026 11:18:37 +0200
| Newsgroups | gmane.linux.man,gmane.linux.kernel.aio.general |
|---|---|
| Message-ID | <28e8dc04075682029a0793211aac4f6ef9cd0b12.1775639353.git.alx@kernel.org> |
Signed-off-by: Alejandro Colomar <[email protected]> --- man/man2/io_setup.2 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/man/man2/io_setup.2 b/man/man2/io_setup.2 index f2fa4af8..08e98e89 100644 --- a/man/man2/io_setup.2 +++ b/man/man2/io_setup.2 @@ -69,8 +69,10 @@ .SH ERRORS .TP .B EINVAL .I ctx_idp -is not initialized, -or the specified +is not initialized. +.TP +.B EINVAL +The specified .I n exceeds internal limits. .I n -- 2.53.0