aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeiichi Uchida <topecongiro@fastmail.com>2022-06-06 17:49:15 +0900
committerSeiichi Uchida <topecongiro@fastmail.com>2022-06-06 17:49:15 +0900
commit853b88e5b16bdfac271958b5944077852a4956f3 (patch)
tree8d3bb6a6b2ce208d59d7b89c82cf43183d368dab
parentb2399269447cef7e27362fcf2055486b0dd7410e (diff)
downloadliburing-853b88e5b16bdfac271958b5944077852a4956f3.tar.gz
man/io_uring_prep_madvise.3: posix_madvise -> madvise
`io_uring_prep_madvise` prepares an asynchronous madvise(2), not posix_madvise(3). Signed-off-by: Seiichi Uchida <topecongiro@fastmail.com>
-rw-r--r--man/io_uring_prep_madvise.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/io_uring_prep_madvise.3 b/man/io_uring_prep_madvise.3
index 700bfa4..6c5f16b 100644
--- a/man/io_uring_prep_madvise.3
+++ b/man/io_uring_prep_madvise.3
@@ -29,7 +29,7 @@ length in bytes, giving it the advise located in
.IR advice .
This function prepares an async
-.BR posix_madvise (2)
+.BR madvise (2)
request. See that man page for details.
.SH RETURN VALUE
@@ -53,4 +53,4 @@ field.
.BR io_uring_get_sqe (3),
.BR io_uring_submit (3),
.BR io_uring_register (2),
-.BR posix_madvise (2)
+.BR madvise (2)