diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-12-22 10:09:37 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-12-22 10:09:37 +0100 |
commit | f24ff8f42b45f868876bde7d21046c01188d42a4 (patch) | |
tree | b0a031d5b386b224b5bc6ad7c52d0b82acb05f29 /doc | |
parent | 699188aa87648cc487ee7bcdaeebfcbbb182e356 (diff) | |
download | coreutils-f24ff8f42b45f868876bde7d21046c01188d42a4.tar.xz |
* 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.)
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 dfd9595f1..ab95db48a 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -7170,7 +7170,7 @@ This makes @command{dd} write @var{bytes} per block. @cindex block size Set both input and output block sizes to @var{bytes}. This makes @command{dd} read and write @var{bytes} per block, -overriding any preceding @samp{ibs} and @samp{obs} settings. +overriding any @samp{ibs} and @samp{obs} settings. @item cbs=@var{bytes} @opindex cbs |