Thare was a typo. Old: K=KiB New: K =KiB
New patch attached. Am 21.07.2018 um 21:17 schrieb GNU bug Tracking System: > Thank you for filing a new bug report with debbugs.gnu.org. > > This is an automatically generated reply to let you know your message > has been received. > > Your message is being forwarded to the package maintainers and other > interested parties for their attention; they will reply in due course. > > Your message has been sent to the package maintainer(s): > bug-coreutils@gnu.org > > If you wish to submit further information on this problem, please > send it to 32...@debbugs.gnu.org. > > Please do not send mail to help-debb...@gnu.org unless you wish > to report a problem with the Bug-tracking system. >
>From 975cdb659742de405dae434d03e18efcb091b99c Mon Sep 17 00:00:00 2001 From: wodry <wo...@users.noreply.github.com> Date: Sat, 21 Jul 2018 19:45:07 +0200 Subject: [PATCH] Inform about binary prefixes in helptext --- src/dd.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/dd.c b/src/dd.c index 70bbbb19e..c1e6546c4 100644 --- a/src/dd.c +++ b/src/dd.c @@ -592,8 +592,9 @@ 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\ -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, KiB =1024, K =KiB,\n\ +MB =1000*1000, MiB =1024*1024, M =MiB, xM =MiB,\n\ +GB =1000*1000*1000, GiB =1024*1024*1024, G =GiB, and so on for T, P, E, Z, Y.\n\ \n\ Each CONV symbol may be:\n\ \n\ -- 2.11.0