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.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man/io_uring_prep_linkat.3 b/man/io_uring_prep_linkat.3
index bd59afe..0949e3b 100644
--- a/man/io_uring_prep_linkat.3
+++ b/man/io_uring_prep_linkat.3
@@ -40,12 +40,6 @@ and the new path pointed to by
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
.BR io_uring_prep_link (3)
function prepares a link request. The submission queue entry
@@ -57,6 +51,12 @@ and the new path pointed to by
both relative to the current working directory and using the specified flags in
.IR flags .
+These functions prepare an async
+.BR linkat (2)
+or
+.BR link (2)
+request. See those man pages for details.
+
.SH RETURN VALUE
None
.SH ERRORS