From f24ff8f42b45f868876bde7d21046c01188d42a4 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 22 Dec 2006 10:09:37 +0100 Subject: * 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.) --- doc/coreutils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/coreutils.texi') 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 -- cgit v1.2.3-54-g00ecf