Remove accidentally duplicated IORING_REGISTER_DST_REPLACE description. Fixes: 4c2dd9c29010 ("Add man page for io_uring_clone_buffers_offset()") Signed-off-by: Joanne Koong --- man/io_uring_clone_buffers.3 | 3 --- 1 file changed, 3 deletions(-) diff --git a/man/io_uring_clone_buffers.3 b/man/io_uring_clone_buffers.3 index 3f0a881b..4fd9c241 100644 --- a/man/io_uring_clone_buffers.3 +++ b/man/io_uring_clone_buffers.3 @@ -129,9 +129,6 @@ this flag. .B IORING_REGISTER_DST_REPLACE If set, cloning may happen for a destination ring that already has a buffer table assigned. In that case, existing nodes that overlap with the specified -range will be released and replaced.IORING_REGISTER_DST_REPLACE -If set, cloning may happen for a destination ring that already has a buffer -table assigned. In that case, existing nodes that overlap with the specified range will be released and replaced. .PP -- 2.47.3