aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2022-06-13 14:13:12 +0200
committerFlorian Fischer <florian.fischer@muhq.space>2022-06-13 14:16:34 +0200
commited447b9aa0d84aaf5402021c68cba3d62c3d7a37 (patch)
tree47ae4b917d3a1fd25c2c1b796a12e6777f060127
parent807c8169e153a3985f1a4deddc302846673ef979 (diff)
downloadliburing-ed447b9aa0d84aaf5402021c68cba3d62c3d7a37.tar.gz
changelog: fix wrong man page reference
During reading the recently added CHANGELOG I stumbled over IORING_SETUP_COOP_TASKRUN which is documented in man/io_uring_setup.2 rather than in man/io_uring_enter.3. Fixes: b7911762 ("Add CHANGELOG file") Signed-off-by: Florian Fischer <florian.fischer@muhq.space>
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8ea19f3..01cb677 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,7 +11,7 @@ liburing-2.2 release
- Add support for newer request cancelation features.
- Add support for IORING_SETUP_COOP_TASKRUN, which can help reduce the
overhead of io_uring in general. Most applications should set this flag,
- see the io_uring_enter.3 man page for details.
+ see the io_uring_setup.2 man page for details.
- Add support for registering a sparse buffer and file set.
- Add support for a new buffer provide scheme, see
io_uring_register_buf_ring.3 for details.