]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: mention that POSIX.1-2024 added dd iflag=fullblock
authorCollin Funk <collin.funk1@gmail.com>
Fri, 27 Jun 2025 01:48:51 +0000 (18:48 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Sat, 28 Jun 2025 03:10:09 +0000 (20:10 -0700)
* doc/coreutils.texi (dd invocation): Document that POSIX.1-2024 added
iflag=fullblock.

doc/coreutils.texi

index e05d3faf7459a1153a56dbbb406b14a7f2cbb24c..141cbc1f82e58acc442965bc0778680968ece1b8 100644 (file)
@@ -9921,7 +9921,8 @@ interpreted as a block count rather than a count of read operations.
 
 @end table
 
-These flags are all GNU extensions to POSIX.
+These flags are all GNU extensions to POSIX, except for @samp{fullblock}
+which was added by POSIX.1-2024.
 They are not supported on all systems, and @samp{dd} rejects
 attempts to use them when they are not supported.  When reading from
 standard input or writing to standard output, the @samp{nofollow} and