From: Jim Meyering Date: Thu, 12 Jun 2003 08:17:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~268 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=417a6cd6f5d6ce6941979f1a5dba2cd968000a9d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index ab2a2f1b5c..1eee3399d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * Version 5.0.1. + * src/touch.c (touch): Call close only if necessary. + From Bruno Haible. + * src/wc.c (usage): Correct wording: wc prints counts in the order `newline, word, byte'. Reported by Keith M. Briggs. * man/wc.x: Fix it here, too. And change `lines' to `newlines'.