GNU bug report logs -
#32242
dd help text lacks information about binary prefixes
Previous Next
Reported by: Wodry <coreutils3422 <at> runbox.com>
Date: Sat, 21 Jul 2018 19:17:02 UTC
Severity: normal
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Great, nice to hear :)
I did also not like the space, but took it over from the source code of
dd.c. But it looks like this is the only file where this space occurs.
LANG=en_EN.utf8 dd --help
outputs
N and BYTES may be followed by the following multiplicative suffixes:
c =1, w =2, b =512, kB =1000, K =1024, MB =1000*1000, M =1024*1024, xM =M,
But in the translation there is no space:
LANG=de_DE.utf8 dd --help
outputs
N und BYTES können folgende multiplikative Endungen tragen:
c=1, w=2, b=512, kB=1000, K=1024, MB=1000×1000, M=1024×1024, xM=M
In the attached updated patch file I removed the space in the new
addtional notes and in the dd help text.
Best regards
Am 22.07.2018 um 16:04 schrieb Paul Eggert:
> Thanks, this looks good, except I'd omit the space before the equal
> sign, e.g., "KiB=K" rather than "KiB =K". It looks odd to have unequal
> spacing around "=".
>
>
[docs-inform-about-binary-prefixes-in-helptexts.2.patch (text/x-patch, attachment)]
This bug report was last modified 7 years and 3 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.