X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=libbb%2Fhuman_readable.c;h=7bdad36a9f3ffe2773a0858d2509ce730b7a35b9;hb=8ae4cab4a85eea297a0b8ea9aa65c3c23b0a664b;hp=548712c75bcd624f456182d0498964267ee1ef24;hpb=d877d44d127cb58181f8f8886675406fb99cc6aa;p=oweals%2Fbusybox.git diff --git a/libbb/human_readable.c b/libbb/human_readable.c index 548712c75..7bdad36a9 100644 --- a/libbb/human_readable.c +++ b/libbb/human_readable.c @@ -13,10 +13,9 @@ * representations (say, powers of 1024) and manipulating coefficients. * The base ten "bytes" output could be handled similarly. * - * 2) The output of "ls -sh" can be misaligned because this routine always - * outputs a decimal point and a tenths digit when display_unit != 0. - * Hence, it isn't uncommon for the returned string to have a length - * of 5 or 6 instead of <= 4 (as assumed). + * 2) This routine always outputs a decimal point and a tenths digit when + * display_unit != 0. Hence, it isn't uncommon for the returned string + * to have a length of 5 or 6. * * It might be nice to add a flag to indicate no decimal digits in * that case. This could be either an additional parameter, or a