summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2019-04-10 08:41:42 -0600
committerJens Axboe <axboe@kernel.dk>2019-04-10 08:41:42 -0600
commit0656d71c964b3dba006f854ff0f6e9707e1f1d2b (patch)
tree3b9c872fdc0a4053168aea6c7da1f246d14af832 /man
parentdb11f116c72a8ff3e306a8d5d1882d90c412c36d (diff)
man/io_uring_setup.2: add EPERM case for IORING_SETUP_SQPOLL
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'man')
-rw-r--r--man/io_uring_setup.25
1 files changed, 5 insertions, 0 deletions
diff --git a/man/io_uring_setup.2 b/man/io_uring_setup.2
index a2f4350..6814397 100644
--- a/man/io_uring_setup.2
+++ b/man/io_uring_setup.2
@@ -304,6 +304,11 @@ reached.
.TP
.BR ENOMEM
Insufficient kernel resources are available.
+.TP
+.BR EPERM
+.B IORING_SETUP_SQPOLL
+was specified, but the effective user ID of the caller did not have sufficient
+privileges.
.SH SEE ALSO
.BR io_uring_register(2),
.BR io_uring_enter(2)