From 87e2c401aa6716b1c26139a34d3402e63e45e94a Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 23 Apr 2019 10:35:46 -0600 Subject: man/io_uring_enter.2: add another ENOTSUPP instance Signed-off-by: Jens Axboe --- man/io_uring_enter.2 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'man') 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. -- cgit