diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index dfd9595f1..ab95db48a 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 any preceding @samp{ibs} and @samp{obs} settings. +overriding any @samp{ibs} and @samp{obs} settings. @item cbs=@var{bytes} @opindex cbs |