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 cb4ad838d..c0abd7fa1 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -8413,7 +8413,7 @@ affected file descriptors, even after @command{dd} exits. @end table @cindex multipliers after numbers -The numeric-valued strings above (@var{n}, @var{bytes} and @var{blocks}) +The numeric-valued strings above (@var{n} and @var{bytes}) can be followed by a multiplier: @samp{b}=512, @samp{c}=1, @samp{w}=2, @samp{x@var{m}}=@var{m}, or any of the standard block size suffixes like @samp{k}=1024 (@pxref{Block size}). |