Skip to content

Commit

Permalink
man/io_uring_register: correct name of wait struct
Browse files Browse the repository at this point in the history
The fixed wait regions are of struct io_uring_reg_wait.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
axboe committed Nov 2, 2024
1 parent 7f2978f commit ca8c71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/io_uring_register.2
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ Each wait regions looks as follows:
.PP
.in +12n
.EX
struct io_uring_cqwait_reg {
struct io_uring_reg_wait {
struct __kernel_timespec ts;
__u32 min_wait_usec;
__u32 flags;
Expand Down

0 comments on commit ca8c71f

Please sign in to comment.