aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2022-06-13 07:58:23 -0600
committerJens Axboe <axboe@kernel.dk>2022-06-13 07:58:23 -0600
commit6387bf35eaf43cfe6865b924f94120fca13e8708 (patch)
tree7b859c2ce6bdf9e08136639e314fc92ac64b32db
parent01e0120220e489f147fd4e91d1bde5393f14b4ff (diff)
parented447b9aa0d84aaf5402021c68cba3d62c3d7a37 (diff)
downloadliburing-6387bf35eaf43cfe6865b924f94120fca13e8708.tar.gz
Merge branch 'fix-changelog-man-reference' of https://github.com/fischerling/liburing
* 'fix-changelog-man-reference' of https://github.com/fischerling/liburing: changelog: fix wrong man page reference
-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.