[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Re: dd blocks/bytes at a time
From: |
Jim Meyering |
Subject: |
Re: [PATCH] Re: dd blocks/bytes at a time |
Date: |
Thu, 21 Dec 2006 11:14:24 +0100 |
Andreas Schwab <address@hidden> wrote:
> Jim Meyering <address@hidden> writes:
>
>> @item address@hidden
>> @opindex bs
>> @cindex block size
>> -Both read and write @var{bytes} bytes at a time. This overrides
>> address@hidden and @samp{obs}.
>> +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}.
>
> But only the preceding ones.
True. Thanks.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index f74910d..66c0316 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -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 <address@hidden>
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index a55556a..dfd9595 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 @samp{ibs} and @samp{obs}.
+overriding any preceding @samp{ibs} and @samp{obs} settings.
@item address@hidden
@opindex cbs
--
1.4.4.3.g5485
- dd blocks/bytes at a time, Dan Jacobson, 2006/12/20
- [PATCH] Re: dd blocks/bytes at a time, Olivier Delhomme, 2006/12/20
- Re: [PATCH] Re: dd blocks/bytes at a time, Dan Jacobson, 2006/12/20
- Re: [PATCH] Re: dd blocks/bytes at a time, Jim Meyering, 2006/12/21
- Re: [PATCH] Re: dd blocks/bytes at a time, Andreas Schwab, 2006/12/21
- Re: [PATCH] Re: dd blocks/bytes at a time,
Jim Meyering <=
- Re: [PATCH] Re: dd blocks/bytes at a time, Paul Eggert, 2006/12/21
- Re: [PATCH] Re: dd blocks/bytes at a time, Jim Meyering, 2006/12/21
- Re: [PATCH] Re: dd blocks/bytes at a time, Matthew Woehlke, 2006/12/21
- Re: [PATCH] Re: dd blocks/bytes at a time, Jim Meyering, 2006/12/21
- Re: [PATCH] Re: dd blocks/bytes at a time, Matthew Woehlke, 2006/12/21
- Re: [PATCH] Re: dd blocks/bytes at a time, Paul Eggert, 2006/12/21
- Re: [PATCH] Re: dd blocks/bytes at a time, Paul Eggert, 2006/12/21
- Re: [PATCH] Re: dd blocks/bytes at a time, Jim Meyering, 2006/12/22
Re: [PATCH] Re: dd blocks/bytes at a time, Jim Meyering, 2006/12/21