diff options
author | Jim Meyering <jim@meyering.net> | 2006-12-21 10:24:51 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-12-21 10:24:51 +0100 |
commit | 2d4cd377583fc8bb3261485dd02a6e8f6735f7e6 (patch) | |
tree | 598f5ddbbae098de93ac65dfdd8132a4920bbd81 | |
parent | f0ee72aa01382bcd69c1a0e00f7f8fc5de6cd56e (diff) | |
download | coreutils-2d4cd377583fc8bb3261485dd02a6e8f6735f7e6.tar.xz |
* coreutils.texi (dd invocation): Add to the description of cbs.
-rw-r--r-- | doc/ChangeLog | 1 | ||||
-rw-r--r-- | doc/coreutils.texi | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 201070dbf..f74910d44 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -3,6 +3,7 @@ * coreutils.texi (dd invocation): Improve the documentation for bs, ibs, obs, and cbs. Suggestion from Dan Jacobson. Patch by Olivier Delhomme. + (dd invocation): Add to the description of cbs. 2006-12-14 Jim Meyering <jim@meyering.net> diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 98bfadb83..a55556a12 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 +@cindex fixed-length records, converting to variable-length +@cindex 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 skip=@var{blocks} @opindex skip |