diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 42234d36a..8d496ad37 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -7605,6 +7605,7 @@ bytes (or the size specified with @samp{seek=}). @cindex input block size Set the input block size to @var{bytes}. This makes @command{dd} read @var{bytes} per block. +The default is 512 bytes. @item obs=@var{bytes} @opindex obs @@ -7612,6 +7613,7 @@ This makes @command{dd} read @var{bytes} per block. @cindex output block size Set the output block size to @var{bytes}. This makes @command{dd} write @var{bytes} per block. +The default is 512 bytes. @item bs=@var{bytes} @opindex bs |