diff options
-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. |