]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2/io_submit.2: Document RWF_NOAPPEND
authorJohn Garry <john.g.garry@oracle.com>
Tue, 26 Nov 2024 09:08:47 +0000 (09:08 +0000)
committerAlejandro Colomar <alx@kernel.org>
Sat, 4 Jan 2025 20:46:55 +0000 (21:46 +0100)
Document flag introduced in Linux v6.9.

Cc: Rich Felker <dalias@libc.org>
Cc: Christian Brauner <brauner@kernel.org>
Signed-off-by: John Garry <john.g.garry@oracle.com>
Message-ID: <20241126090847.297371-3-john.g.garry@oracle.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2/io_submit.2

index c3d86b4c4946d8e78f52de1944d5ab76c5ecc518..64292037d6e1e0754f8474d63d3138791f700455 100644 (file)
@@ -141,6 +141,16 @@ as well the description of
 in
 .BR open (2).
 .TP
+.BR RWF_NOAPPEND " (since Linux 6.9)"
+Do not honor
+.B O_APPEND
+.BR open (2)
+flag.
+See the description of
+.B RWF_NOAPPEND
+in
+.BR pwritev2 (2).
+.TP
 .BR RWF_ATOMIC " (since Linux 6.11)"
 Write a block of data such that
 a write will never be torn from power fail or similar.