aboutsummaryrefslogtreecommitdiff
path: root/man/io_uring_prep_linkat.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/io_uring_prep_linkat.3')
-rw-r--r--man/io_uring_prep_linkat.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man/io_uring_prep_linkat.3 b/man/io_uring_prep_linkat.3
index c10dd64..bd59afe 100644
--- a/man/io_uring_prep_linkat.3
+++ b/man/io_uring_prep_linkat.3
@@ -39,8 +39,11 @@ and the new path pointed to by
.I newpath
and using the specified flags in
.IR flags .
+
This function prepares an async
.BR linkat (2)
+or
+.BR link (2)
request. See that man page for details.
The
@@ -53,9 +56,6 @@ and the new path pointed to by
.IR newpath ,
both relative to the current working directory and using the specified flags in
.IR flags .
-This function prepares an async
-.BR link (2)
-request. See that man page for details.
.SH RETURN VALUE
None