doc: document multiplier for dd number options like count=N
authorBernhard Voelker <mail@bernhard-voelker.de>
Thu, 21 Jun 2012 11:23:35 +0000 (13:23 +0200)
committerPádraig Brady <P@draigBrady.com>
Fri, 22 Jun 2012 11:16:04 +0000 (12:16 +0100)
* src/dd.c (usage): Add "N" to the description of multipliers.
* doc/coreutils.texi (dd invocation): Likewise.

doc/coreutils.texi
src/dd.c

index f7251b2..08ef2d8 100644 (file)
@@ -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}).
 
index d937336..2ebbfae 100644 (file)
--- a/src/dd.c
+++ b/src/dd.c
@@ -540,7 +540,7 @@ Copy a file, converting and formatting according to the operands.\n\
 "), stdout);
       fputs (_("\
 \n\
-BLOCKS and BYTES may be followed by the following multiplicative suffixes:\n\
+N, BLOCKS and BYTES may be followed by the following multiplicative suffixes:\n\
 c =1, w =2, b =512, kB =1000, K =1024, MB =1000*1000, M =1024*1024, xM =M\n\
 GB =1000*1000*1000, G =1024*1024*1024, and so on for T, P, E, Z, Y.\n\
 \n\