From: Jim Meyering Date: Mon, 25 Aug 2003 07:39:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.91~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b50f6f76ad339d9140d92357c8c7afe5ad75084;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 19257116e1..717e5a6f5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ -2003-08-22 Jim Meyering +2003-08-25 Jim Meyering * Version 5.0.91. + * src/stat.c (main): Warn about use of deprecated `-l' option. + +2003-08-22 Jim Meyering + * src/stat.c (do_stat): For link count at end of line, use %h format, instead of %-5h. The latter would make stat emit trailing spaces. Reported by Dan Jacobson.