man/io_uring_enter.2: add another ENOTSUPP instance

Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
Jens Axboe
2019-04-23 10:35:46 -06:00
parent 4a1a9dfe1f
commit 87e2c401aa

View File

@@ -421,3 +421,7 @@ the io_uring instance is in the process of being torn down
.BR EOPNOTSUPP .BR EOPNOTSUPP
.I fd .I fd
does not refer to an io_uring instance does not refer to an io_uring instance
.TP
.BR EOPNOTSUPP
.I opcode
is valid, but not supported by this kernel.