]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2const/F_{G,S}ET{,_FILE}_RW_HINT.2const: Tweak after split, and add link pages
authorAlejandro Colomar <alx@kernel.org>
Sun, 13 Jul 2025 21:06:57 +0000 (23:06 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sat, 19 Jul 2025 22:56:30 +0000 (00:56 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2const/F_GET_FILE_RW_HINT.2const [new file with mode: 0644]
man/man2const/F_GET_RW_HINT.2const
man/man2const/F_SET_FILE_RW_HINT.2const [new file with mode: 0644]
man/man2const/F_SET_RW_HINT.2const [new file with mode: 0644]

diff --git a/man/man2const/F_GET_FILE_RW_HINT.2const b/man/man2const/F_GET_FILE_RW_HINT.2const
new file mode 100644 (file)
index 0000000..753dffa
--- /dev/null
@@ -0,0 +1 @@
+.so man2const/F_GET_RW_HINT.2const
index 01bbcca5abb8ff1eaf5c595fe6127d76141006fe..69c9f29b5675458ee8dd65e3a0ef39f421d992a3 100644 (file)
@@ -44,24 +44,24 @@ in arbitrary ways, so long as the hints are used consistently.
 The following operations can be applied to the file descriptor,
 .IR fd :
 .TP
-.BR F_GET_RW_HINT "\~(\f[I]uint64_t\~*\f[]; since Linux 4.13)"
+.B F_GET_RW_HINT
 Returns the value of the read/write hint associated with the underlying inode
 referred to by
 .IR fd .
 .TP
-.BR F_SET_RW_HINT "\~(\f[I]uint64_t\~*\f[]; since Linux 4.13)"
+.B F_SET_RW_HINT
 Sets the read/write hint value associated with the
 underlying inode referred to by
 .IR fd .
 This hint persists until either it is explicitly modified or
 the underlying filesystem is unmounted.
 .TP
-.BR F_GET_FILE_RW_HINT "\~(\f[I]uint64_t\~*\f[]; since Linux 4.13)"
+.B F_GET_FILE_RW_HINT
 Returns the value of the read/write hint associated with
 the open file description referred to by
 .IR fd .
 .TP
-.BR F_SET_FILE_RW_HINT "\~(\f[I]uint64_t\~*\f[]; since Linux 4.13)"
+.B F_SET_FILE_RW_HINT
 Sets the read/write hint value associated with the open file description
 referred to by
 .IR fd .
@@ -70,7 +70,7 @@ If an open file description has not been assigned a read/write hint,
 then it shall use the value assigned to the inode, if any.
 .P
 The following read/write
-hints are valid since Linux 4.13:
+hints are supported:
 .TP
 .B RWH_WRITE_LIFE_NOT_SET
 No specific hint has been set.
@@ -115,6 +115,6 @@ See
 .SH STANDARDS
 Linux.
 .SH HISTORY
-Linux.
+Linux 4.13.
 .SH SEE ALSO
 .BR fcntl (2)
diff --git a/man/man2const/F_SET_FILE_RW_HINT.2const b/man/man2const/F_SET_FILE_RW_HINT.2const
new file mode 100644 (file)
index 0000000..753dffa
--- /dev/null
@@ -0,0 +1 @@
+.so man2const/F_GET_RW_HINT.2const
diff --git a/man/man2const/F_SET_RW_HINT.2const b/man/man2const/F_SET_RW_HINT.2const
new file mode 100644 (file)
index 0000000..753dffa
--- /dev/null
@@ -0,0 +1 @@
+.so man2const/F_GET_RW_HINT.2const