Olivier Delhomme <[EMAIL PROTECTED]> wrote: > Here is a patch that may change this.
One more small change: http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=2d4cd377583 (dd invocation): Add to the description of cbs. diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 98bfadb..a55556a 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -7176,7 +7176,12 @@ overriding @samp{ibs} and @samp{obs}. @opindex cbs @cindex block size of conversion @cindex conversion block size [EMAIL PROTECTED] fixed-length records, converting to variable-length [EMAIL PROTECTED] variable-length records, converting to fixed-length Set the conversion block size to @var{bytes}. +When converting variable-length records to fixed-length ones +(@option{conv=block}) or the reverse (@option{conv=unblock}), +use @var{bytes} as the fixed record length. @item [EMAIL PROTECTED] @opindex skip -- 1.4.4.3.g5485 _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
