Hi Jens, this series adds description of restrictions, how to enable io_uring ring, and related errors in the man pages. The patches are also available here: https://github.com/stefano-garzarella/liburing (branch: restrictions-man-pages) v2: - rebased on master after the split of ERRORS section in man/io_uring_enter.2 - Patch 2: fixed grammar issues [Jens] - Patch 3: put the errors in right section v1: https://lore.kernel.org/io-uring/20200911133408.62506-1-sgarzare@xxxxxxxxxx Thanks, Stefano Stefano Garzarella (3): man/io_uring_setup.2: add IORING_SETUP_R_DISABLED description man/io_uring_register.2: add description of restrictions man/io_uring_enter.2: add EACCES and EBADFD errors man/io_uring_enter.2 | 17 +++++++++ man/io_uring_register.2 | 79 +++++++++++++++++++++++++++++++++++++++-- man/io_uring_setup.2 | 7 ++++ 3 files changed, 101 insertions(+), 2 deletions(-) -- 2.26.2