mirror of
https://github.com/openharmony/third_party_liburing.git
synced 2026-07-19 18:54:12 -04:00
man/io_uring_buf_ring_cq_advance.3: Fix return type
This function doesn't return anything, the return type should be void.
Fixes: df18600a0d ("Add man pages for shared provided buffer rings")
Signed-off-by: Alviro Iskandar Setiawan <alviro.iskandar@gnuweeb.org>
Signed-off-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
This commit is contained in:
committed by
Ammar Faizi
parent
5281499082
commit
4cd69d79e7
@@ -9,9 +9,9 @@ io_uring_buf_ring_cq_advance \- advance index of provided buffer and CQ ring
|
||||
.nf
|
||||
.B #include <liburing.h>
|
||||
.PP
|
||||
.BI "int io_uring_buf_ring_cq_advance(struct io_uring *" ring ",
|
||||
.BI " struct io_uring_buf_ring *" br ",
|
||||
.BI " int " count ");"
|
||||
.BI "void io_uring_buf_ring_cq_advance(struct io_uring *" ring ",
|
||||
.BI " struct io_uring_buf_ring *" br ",
|
||||
.BI " int " count ");"
|
||||
.fi
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
|
||||
Reference in New Issue
Block a user