From: Eric Andersen Date: Sat, 30 Jun 2001 18:08:36 +0000 (-0000) Subject: Generalize comment -- no longer ls specific X-Git-Tag: 0_52~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0159597bd6d1ed98c8b1067f59a1e5008ed0169d;p=platform%2Fupstream%2Fbusybox.git Generalize comment -- no longer ls specific --- diff --git a/libbb/human_readable.c b/libbb/human_readable.c index 548712c..7bdad36 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