diff options
author | Benno Schulenberg <bensberg@justemail.net> | 2012-09-18 14:58:42 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-09-18 17:14:05 +0200 |
commit | 627412847ef8972e84d4ed957fe1bed4f018bd2c (patch) | |
tree | 8f002454c762d9fc55e1462ca925457f0fa09222 /doc | |
parent | b2635cb1efe650ea7f2f8ec14179fe3d390bc6db (diff) | |
download | coreutils-627412847ef8972e84d4ed957fe1bed4f018bd2c.tar.xz |
dd: remove references to the word BLOCKS from help and texi docs
The renaming from BLOCKS to N was done in v8.15-38-g140eca1,
and documentation for N was added again in v8.17-26-g4f2e9d5
without noticing that. Now, finally remove the word BLOCKS
from the documentation.
* src/dd.c (usage): Remove the word BLOCKS.
* doc/coreutils.texi (dd invocation): Likewise.
Improved by: Bernhard Voelker <mail@bernhard-voelker.de>
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}). |