diff options
author | Jens Axboe <axboe@kernel.dk> | 2019-02-08 08:19:25 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-02-08 08:19:25 -0700 |
commit | bed7020ffe85bfe64da4e9589297db25e5492bb8 (patch) | |
tree | e935ef61cbcc1916d342e7aa8b72679a4071f763 | |
parent | 5e6a93cf0b72cd79833240190741f055cf6e6afb (diff) |
man/io_uring_register.2: add EMFILE errno
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | man/io_uring_register.2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/io_uring_register.2 b/man/io_uring_register.2 index 1f8d5d3..6985633 100644 --- a/man/io_uring_register.2 +++ b/man/io_uring_register.2 @@ -174,6 +174,12 @@ is non-zero or .I arg is non-NULL. .TP +.B EMFILE +.BR IORING_REGISTER_FILES +was specified and +.I nr_args +exceeds the maximum allowed number of files in a fixed file set. +.TP .B ENOMEM Insufficient kernel resources are available, or the caller had a non-zero |