Skip to content

Commit

Permalink
man/io_uring_prep_fadvise.3: fix io_uring_prep_fadvise64() prototype
Browse files Browse the repository at this point in the history
Closes: #1303
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
axboe committed Dec 16, 2024
1 parent 9b6d353 commit 90f33d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/io_uring_prep_fadvise.3
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ io_uring_prep_fadvise \- prepare a fadvise request
.BI "void io_uring_prep_fadvise64(struct io_uring_sqe *" sqe ","
.BI " int " fd ","
.BI " __u64 " offset ","
.BI " __u64 " len ","
.BI " off_t " len ","
.BI " int " advice ");"
.fi
.SH DESCRIPTION
Expand Down

0 comments on commit 90f33d7

Please sign in to comment.