diff options
author | Jens Axboe <axboe@kernel.dk> | 2020-02-19 08:38:00 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-02-19 08:38:00 -0700 |
commit | 8304a49e7b9b47f2bebb8db4cf94f18a3ff2dacd (patch) | |
tree | 6bc1f99fdae577aeaf8bb15f932019755d443f0a | |
parent | 728244b0cecce34a65eaad0fd7ea9dcc4cca7f99 (diff) | |
parent | 1139addcd20e6660b4ebaab7f592e6d3289f8bff (diff) | |
download | liburing-8304a49e7b9b47f2bebb8db4cf94f18a3ff2dacd.tar.gz liburing-8304a49e7b9b47f2bebb8db4cf94f18a3ff2dacd.tar.bz2 |
Merge branch 'dev' of https://github.com/CarterLi/liburing
* 'dev' of https://github.com/CarterLi/liburing:
man/io_uring_enter.2: correct IORING_OP_STATX
-rw-r--r-- | man/io_uring_enter.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/io_uring_enter.2 b/man/io_uring_enter.2 index 9190778..b702f24 100644 --- a/man/io_uring_enter.2 +++ b/man/io_uring_enter.2 @@ -473,7 +473,7 @@ argument, should be the .I mask argument, and -.I addr +.I off must contain a pointer to the .I statxbuf to be filled in. See also |