Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
man/io_uring_prep_openat2: get rid of non-existent flags argument
For openat2 variants, the flags are actually given in the open_how structure, not passed in separately. Make the man page actually match the implementation and kill the flags argument. Link: #1284 Signed-off-by: Jens Axboe <axboe@kernel.dk>
- Loading branch information