diff options
author | Jens Axboe <axboe@kernel.dk> | 2021-01-26 15:40:08 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-01-26 15:40:08 -0700 |
commit | 17dd76d3a81dea5870a40b44c94a3d669c04b987 (patch) | |
tree | 9b3f9e5a063df7746f5402e45fe5d8a7c01141ee | |
parent | 5bbf215a81656a0f7cbef059eec80478d6af55f3 (diff) | |
download | liburing-17dd76d3a81dea5870a40b44c94a3d669c04b987.tar.gz liburing-17dd76d3a81dea5870a40b44c94a3d669c04b987.tar.bz2 |
man/io_uring_register.2: fix spelling error
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | man/io_uring_register.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/io_uring_register.2 b/man/io_uring_register.2 index 6636b6e..5326a87 100644 --- a/man/io_uring_register.2 +++ b/man/io_uring_register.2 @@ -155,7 +155,7 @@ since 5.5. File descriptors can be skipped if they are set to .B IORING_REGISTER_FILES_SKIP. -Skipping an fd will not touch the file assosiated with the previous +Skipping an fd will not touch the file associated with the previous fd at that index. Available since 5.12. |