summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2019-04-23 10:35:46 -0600
committerJens Axboe <axboe@kernel.dk>2019-04-23 10:35:46 -0600
commit87e2c401aa6716b1c26139a34d3402e63e45e94a (patch)
tree7c02dd3f7e6c534427ec5199ba33c2236a862cb8
parent4a1a9dfe1fe7e6affe331a5c9e99d373ee4c87b6 (diff)
man/io_uring_enter.2: add another ENOTSUPP instance
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r--man/io_uring_enter.24
1 files changed, 4 insertions, 0 deletions
diff --git a/man/io_uring_enter.2 b/man/io_uring_enter.2
index c8c4eef..02f3736 100644
--- a/man/io_uring_enter.2
+++ b/man/io_uring_enter.2
@@ -421,3 +421,7 @@ the io_uring instance is in the process of being torn down
.BR EOPNOTSUPP
.I fd
does not refer to an io_uring instance
+.TP
+.BR EOPNOTSUPP
+.I opcode
+is valid, but not supported by this kernel.