aboutsummaryrefslogtreecommitdiff
path: root/man/io_uring_prep_symlinkat.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/io_uring_prep_symlinkat.3')
-rw-r--r--man/io_uring_prep_symlinkat.39
1 files changed, 6 insertions, 3 deletions
diff --git a/man/io_uring_prep_symlinkat.3 b/man/io_uring_prep_symlinkat.3
index ae40b75..0fa7056 100644
--- a/man/io_uring_prep_symlinkat.3
+++ b/man/io_uring_prep_symlinkat.3
@@ -32,9 +32,6 @@ to the new destination indicated by
.I newdirfd
and
.IR linkpath .
-This function prepares an async
-.BR symlinkat (2)
-request. See that man page for details.
The
.BR io_uring_prep_symlink (3)
@@ -48,6 +45,12 @@ relative to the the current working directory. This function prepares an async
.BR symlink (2)
request. See that man page for details.
+These functions prepare an async
+.BR symlinkat (2)
+or
+.BR symlink (2)
+request. See those man pages for details.
+
.SH RETURN VALUE
None
.SH ERRORS