* NEWS: dd bs= operands now silently override later ibs= and obs=,
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Dec 2006 09:09:37 +0000 (10:09 +0100)
committerJim Meyering <jim@meyering.net>
Fri, 22 Dec 2006 09:09:37 +0000 (10:09 +0100)
commitf24ff8f42b45f868876bde7d21046c01188d42a4
treeb0a031d5b386b224b5bc6ad7c52d0b82acb05f29
parent699188aa87648cc487ee7bcdaeebfcbbb182e356
* NEWS: dd bs= operands now silently override later ibs= and obs=,
as POSIX requires.
* src/dd.c (scanargs): Implement it.
* tests/dd/misc (outbytes): Test it.
* doc/coreutils.texi (dd invocation): Specify that bs=N
overrides later ibs and obs, undoing part of the
previous change.  (The behavior was wrong.)
ChangeLog
NEWS
doc/coreutils.texi
src/dd.c
tests/dd/misc