From: Jim Meyering Date: Wed, 14 May 2003 09:20:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~477 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b121f086e8342cb1042d890ed03e36c3c62519b4;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 4ec9cc6291..fb1c15f45f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * Version 5.0.1. + * src/head.c (AUTHORS): Enclose string in N_(...), now that it + includes `and'. + * src/dd.c (usage): Don't use `,' as the thousands separator in e.g. 1,000,000 and 1,048,576. Instead, do this: `SIZE may be ..., MB 1000*1000, M 1024*1024 and so on...'