aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/io_uring_prep_madvise.35
1 files changed, 1 insertions, 4 deletions
diff --git a/man/io_uring_prep_madvise.3 b/man/io_uring_prep_madvise.3
index b261fa7..700bfa4 100644
--- a/man/io_uring_prep_madvise.3
+++ b/man/io_uring_prep_madvise.3
@@ -11,7 +11,6 @@ io_uring_prep_madvise \- prepare a madvise request
.B #include <liburing.h>
.PP
.BI "void io_uring_prep_madvise(struct io_uring_sqe *" sqe ","
-.BI " int " fd ","
.BI " void *" addr ","
.BI " off_t " len ","
.BI " int " advice ");"
@@ -22,9 +21,7 @@ The
.BR io_uring_prep_madvise (3)
function prepares an madvise request. The submission queue entry
.I sqe
-is setup to use the file descriptor pointed to by
-.I fd
-to start an madvise operation at the virtual address of
+is setup to start an madvise operation at the virtual address of
.I addr
and of
.I len