From: Pádraig Brady
Date: Thu, 18 Aug 2016 10:58:39 +0000 (+0100) Subject: doc: fix ambiguous multiplier info in dd man page X-Git-Tag: v8.26~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e71b0657760825d4c3a356df67a59fc6bc57ec6;p=thirdparty%2Fcoreutils.git doc: fix ambiguous multiplier info in dd man page * src/dd.c (usage): Add a comma which is significant for the rewrapping done in man pages. --- diff --git a/src/dd.c b/src/dd.c index 440950ab74..e75d3c2490 100644 --- a/src/dd.c +++ b/src/dd.c @@ -581,7 +581,7 @@ Copy a file, converting and formatting according to the operands.\n\ fputs (_("\ \n\ N 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\ +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\