diff options
author | Pádraig Brady <P@draigBrady.com> | 2016-08-18 11:58:39 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2016-08-18 11:58:39 +0100 |
commit | 3e71b0657760825d4c3a356df67a59fc6bc57ec6 (patch) | |
tree | 758358489f30e51cb0803ea92c04d3e9f637f44f /src | |
parent | ff2178bf30e3eda566cc1d1670768c6d6694a8ac (diff) | |
download | coreutils-3e71b0657760825d4c3a356df67a59fc6bc57ec6.tar.xz |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/dd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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\ |