From 32e72c50cc6df29eb85906ee7c72761298eb4bf4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 9 Apr 2005 13:57:56 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.47.3