diff options
author | Carter Li <carter.li@eoitek.com> | 2020-02-19 11:23:21 +0800 |
---|---|---|
committer | Carter Li <carter.li@eoitek.com> | 2020-02-19 11:23:21 +0800 |
commit | 1139addcd20e6660b4ebaab7f592e6d3289f8bff (patch) | |
tree | 6bc1f99fdae577aeaf8bb15f932019755d443f0a | |
parent | 728244b0cecce34a65eaad0fd7ea9dcc4cca7f99 (diff) | |
download | liburing-1139addcd20e6660b4ebaab7f592e6d3289f8bff.tar.gz liburing-1139addcd20e6660b4ebaab7f592e6d3289f8bff.tar.bz2 |
man/io_uring_enter.2: correct IORING_OP_STATX
Signed-off-by: Carter Li <carter.li@eoitek.com>
-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 |