Skip to content

Commit

Permalink
man/io_uring_prep_renameat.3: non-at variant does not take flags
Browse files Browse the repository at this point in the history
Correct the man page for io_uring_prep_rename(), it does not take a
flags argument.

Closes: #1302
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
axboe committed Dec 14, 2024
1 parent 895b45b commit 9b6d353
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions man/io_uring_prep_renameat.3
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ io_uring_prep_renameat \- prepare a renameat request
.PP
.BI "void io_uring_prep_rename(struct io_uring_sqe *" sqe ","
.BI " const char *" oldpath ","
.BI " const char *" newpath ","
.BI " unsigned int " flags ");"
.BI " const char *" newpath ");"
.fi
.SH DESCRIPTION
.PP
Expand Down

0 comments on commit 9b6d353

Please sign in to comment.