aboutsummaryrefslogtreecommitdiff
path: root/man/io_uring_prep_renameat.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/io_uring_prep_renameat.3')
-rw-r--r--man/io_uring_prep_renameat.35
1 files changed, 2 insertions, 3 deletions
diff --git a/man/io_uring_prep_renameat.3 b/man/io_uring_prep_renameat.3
index dab0caf..1fc9e01 100644
--- a/man/io_uring_prep_renameat.3
+++ b/man/io_uring_prep_renameat.3
@@ -51,7 +51,7 @@ with the new path pointed to by
both relative to the current working directory and using the specified flags in
.IR flags .
-This function prepares an async
+These functions prepare an async
.BR renameat2 (2)
or
.BR rename (2)
@@ -59,8 +59,7 @@ request. If
.I flags
is zero, then this call is similar to the
.BR renameat (2)
-system call. See those man page for details.
-
+system call. See those man pages for details.
.SH RETURN VALUE
None