diff options
author | Pádraig Brady <P@draigBrady.com> | 2013-07-18 18:39:55 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2013-07-19 11:23:12 +0100 |
commit | e6fc265b755eef0eae425caec3f93b8e28dbdddb (patch) | |
tree | 45d2cb1dabaa74eb9247ea0fc9f12a2e33e4d04d /doc | |
parent | 5fdb50825f598035d52ea8a26be7611e1a906703 (diff) | |
download | coreutils-e6fc265b755eef0eae425caec3f93b8e28dbdddb.tar.xz |
dd: make status=none suppress all diagnostics
* src/dd.c (STATUS_NONE): Simplify the enum so that
it's more general than just suppressing transfer counts.
Then test this in all locations where non fatal diagnostics
are output.
* tests/dd/misc.sh: Ensure the diagnostic about
being unable to skip past the end of input is suppressed.
* NEWS: Mention the change in behavior.
Fixes http://bugs.gnu.org/14897
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index ca10a16ff..b8d40b4f5 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -8548,7 +8548,7 @@ that normally make up the last status line. @item none @opindex none @r{dd status=} -Do not print any informational messages to stderr. +Do not print any informational or warning messages to stderr. Error messages are output as normal. @end table |