diff options
author | Jens Axboe <axboe@kernel.dk> | 2019-04-23 10:35:46 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-04-23 10:35:46 -0600 |
commit | 87e2c401aa6716b1c26139a34d3402e63e45e94a (patch) | |
tree | 7c02dd3f7e6c534427ec5199ba33c2236a862cb8 /man | |
parent | 4a1a9dfe1fe7e6affe331a5c9e99d373ee4c87b6 (diff) |
man/io_uring_enter.2: add another ENOTSUPP instance
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'man')
-rw-r--r-- | man/io_uring_enter.2 | 4 |
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. |