dd: clarify meaning of multiplication factors; put xM in order
authorBenno Schulenberg <bensberg@justemail.net>
Fri, 8 Aug 2008 11:33:20 +0000 (13:33 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 11 Aug 2008 07:47:01 +0000 (09:47 +0200)
src/dd.c

index ea852af..d32cd94 100644 (file)
--- a/src/dd.c
+++ b/src/dd.c
@@ -474,8 +474,8 @@ Copy a file, converting and formatting according to the operands.\n\
       fputs (_("\
 \n\
 BLOCKS and BYTES may be followed by the following multiplicative suffixes:\n\
-xM M, c 1, w 2, b 512, kB 1000, K 1024, MB 1000*1000, M 1024*1024,\n\
-GB 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E, Z, Y.\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\
 Each CONV symbol may be:\n\
 \n\