aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2022-06-01 05:50:09 -0600
committerJens Axboe <axboe@kernel.dk>2022-06-01 05:50:09 -0600
commit80b7fa86872c7e44baa62d6b9cd5ef13ae0d914b (patch)
tree88cd60a61b82cc855b0016094fed8318529e965d
parent52572812fb7c7b45e659965a436da9544a0627b4 (diff)
downloadliburing-80b7fa86872c7e44baa62d6b9cd5ef13ae0d914b.tar.gz
Man page tweaks
Signed-off-by: Jens Axboe <axboe@kernel.dk>
l---------man/io_uring_prep_link.31
-rw-r--r--man/io_uring_prep_linkat.36
l---------man/io_uring_prep_mkdir.31
-rw-r--r--man/io_uring_prep_mkdirat.36
l---------man/io_uring_prep_rename.31
-rw-r--r--man/io_uring_prep_renameat.317
l---------man/io_uring_prep_symlink.31
l---------man/io_uring_prep_unlink.31
-rw-r--r--man/io_uring_prep_unlinkat.37
9 files changed, 23 insertions, 18 deletions
diff --git a/man/io_uring_prep_link.3 b/man/io_uring_prep_link.3
new file mode 120000
index 0000000..6d3059d
--- /dev/null
+++ b/man/io_uring_prep_link.3
@@ -0,0 +1 @@
+io_uring_prep_linkat.3 \ No newline at end of file
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
diff --git a/man/io_uring_prep_mkdir.3 b/man/io_uring_prep_mkdir.3
new file mode 120000
index 0000000..5f83143
--- /dev/null
+++ b/man/io_uring_prep_mkdir.3
@@ -0,0 +1 @@
+man/io_uring_prep_mkdirat.3 \ No newline at end of file
diff --git a/man/io_uring_prep_mkdirat.3 b/man/io_uring_prep_mkdirat.3
index 13ea2c0..5198ae7 100644
--- a/man/io_uring_prep_mkdirat.3
+++ b/man/io_uring_prep_mkdirat.3
@@ -32,9 +32,6 @@ to start a mkdirat operation on the path identified by
.I path
with the mode given in
.IR mode .
-This function prepares an async
-.BR mkdirat (2)
-request. See that man page for details.
The
.BR io_uring_prep_mkdir (3)
@@ -45,8 +42,11 @@ operation on the path identified by
.I path
with the mode given in
.IR mode .
+
This function prepares an async
.BR mkdir (2)
+or
+.BR mkdirat (2)
request. See that man page for details.
diff --git a/man/io_uring_prep_rename.3 b/man/io_uring_prep_rename.3
new file mode 120000
index 0000000..82e3b3c
--- /dev/null
+++ b/man/io_uring_prep_rename.3
@@ -0,0 +1 @@
+man/io_uring_prep_renameat.3 \ No newline at end of file
diff --git a/man/io_uring_prep_renameat.3 b/man/io_uring_prep_renameat.3
index 25608ee..dab0caf 100644
--- a/man/io_uring_prep_renameat.3
+++ b/man/io_uring_prep_renameat.3
@@ -39,13 +39,6 @@ and the new path pointed to by
.I newpath
and using the specified flags in
.IR flags .
-This function prepares an async
-.BR renameat2 (2)
-request. If
-.I flags
-is zero, then this call is similar to the
-.BR renameat (2)
-system call. See those man page for details.
The
.BR io_uring_prep_rename (3)
@@ -57,9 +50,17 @@ with 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 renameat2 (2)
+or
.BR rename (2)
-request See that man page for details.
+request. If
+.I flags
+is zero, then this call is similar to the
+.BR renameat (2)
+system call. See those man page for details.
+
.SH RETURN VALUE
None
diff --git a/man/io_uring_prep_symlink.3 b/man/io_uring_prep_symlink.3
new file mode 120000
index 0000000..243647f
--- /dev/null
+++ b/man/io_uring_prep_symlink.3
@@ -0,0 +1 @@
+man/io_uring_prep_symlinkat.3 \ No newline at end of file
diff --git a/man/io_uring_prep_unlink.3 b/man/io_uring_prep_unlink.3
new file mode 120000
index 0000000..c2440a1
--- /dev/null
+++ b/man/io_uring_prep_unlink.3
@@ -0,0 +1 @@
+man/io_uring_prep_unlinkat.3 \ No newline at end of file
diff --git a/man/io_uring_prep_unlinkat.3 b/man/io_uring_prep_unlinkat.3
index dfd98cb..1efc211 100644
--- a/man/io_uring_prep_unlinkat.3
+++ b/man/io_uring_prep_unlinkat.3
@@ -32,9 +32,6 @@ to start an unlinkat operation on the path identified by
.I path
and using the flags given in
.IR flags .
-This function prepares an async
-.BR unlinkat (2)
-request. See that man page for details.
The
.BR io_uring_prep_unlink (3)
@@ -44,11 +41,13 @@ is setup to start an unlinkat operation on the path identified by
.I path
relative to the current working directory and using the flags given in
.IR flags .
+
This function prepares an async
+.BR unlinkat (2)
+or
.BR unlink (2)
request. See that man page for details.
-
.SH RETURN VALUE
None
.SH ERRORS