* coreutils.texi (dd invocation): Specify that bs=N overrides only any

_preceding_ ibs and obs settings.  Spotted by Andreas Schwab.
This commit is contained in:
Jim Meyering
2006-12-21 11:13:48 +01:00
parent a828a78563
commit 699188aa87
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -4,6 +4,8 @@
for bs, ibs, obs, and cbs. Suggestion from Dan Jacobson.
Patch by Olivier Delhomme.
(dd invocation): Add to the description of cbs.
(dd invocation): Specify that bs=N overrides only any
_preceding_ ibs and obs settings. Spotted by Andreas Schwab.
2006-12-14 Jim Meyering <jim@meyering.net>
+1 -1
View File
@@ -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 @samp{ibs} and @samp{obs}.
overriding any preceding @samp{ibs} and @samp{obs} settings.
@item cbs=@var{bytes}
@opindex cbs