diff options
author | Kevin Locke <kevin@kevinlocke.name> | 2019-05-22 21:07:50 -0600 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2019-05-26 12:53:26 +0100 |
commit | 3a87ad51240b593c79f06ca98ca38117908a78c8 (patch) | |
tree | dbc85871d4aed369c83c2d4b8a38c0f3d87f9df6 /configure.ac | |
parent | 4f38974aafb5318a236251656ef3425cc61b1217 (diff) | |
download | coreutils-3a87ad51240b593c79f06ca98ca38117908a78c8.tar.gz |
doc: clarify dd sparse detection is by *output* block
The wording of the dd --help text suggests that output will be skipped
for sparse *input* blocks (i.e. that NUL-checking is done on input
blocks) while the code actually checks/skips all-NUL *output* blocks.[1]
* src/dd.c (usage): Update the --help text to clarify the above.
* tests/dd/sparse.sh: Ensure sparseness is controlled with obs.
[1]: https://superuser.com/a/1136358
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions