diff options
author | Bernhard Voelker <mail@bernhard-voelker.de> | 2012-06-21 13:23:35 +0200 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2012-06-22 12:16:04 +0100 |
commit | 4f2e9d503821c3eadc7344a7e85400779822bf0d (patch) | |
tree | bba5e8377e7276f58edba7a1c54b270843e12562 /doc | |
parent | ae5846448f73d90ba9bd01cc9edc94bc0b168e46 (diff) | |
download | coreutils-4f2e9d503821c3eadc7344a7e85400779822bf0d.tar.xz |
doc: document multiplier for dd number options like count=N
* src/dd.c (usage): Add "N" to the description of multipliers.
* doc/coreutils.texi (dd invocation): Likewise.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index f7251b29a..08ef2d8c8 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -8399,8 +8399,8 @@ affected file descriptors, even after @command{dd} exits. @end table @cindex multipliers after numbers -The numeric-valued strings above (@var{bytes} and @var{blocks}) can be -followed by a multiplier: @samp{b}=512, @samp{c}=1, +The numeric-valued strings above (@var{n}, @var{bytes} and @var{blocks}) +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}). |