From: Jim Meyering Date: Sat, 9 Apr 2005 13:57:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~1059 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32e72c50cc6df29eb85906ee7c72761298eb4bf4;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index ac4d772d13..d7b081487a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,12 @@ * Version 5.3.1. + * src/system.h (__attribute__): Readability nit: + Change this: + # define __attribute__(x) + to this: + # define __attribute__(x) /* empty */ + * src/rm.c (usage): Mention that --recursive removes listed directories too, not just their contents. Say that by default, rm does not remove directories.