From: Paul Eggert Date: Wed, 2 Nov 2005 21:56:49 +0000 (+0000) Subject: rm -d no longer has any effect, and we plan to remove it (and maybe ln -d). X-Git-Tag: v6.0~1410 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b2069b57f6cb4d656d2d1083193ca68e8c75401;p=thirdparty%2Fcoreutils.git rm -d no longer has any effect, and we plan to remove it (and maybe ln -d). --- diff --git a/ChangeLog b/ChangeLog index 5e6a5d927e..7643d75bb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,15 @@ -2005-11-02 Jim Meyering +2005-11-02 Paul Eggert * Version 6.0-cvs. + * NEWS: Mention that rm -d and maybe ln -d are scheduled for + removal in 2006. + * src/remove.h (struct rm_options): Remove unlink_dirs. All uses + removed. + * src/rm.c (usage): Don't mention rm -d. + +2005-11-02 Jim Meyering + * tests/dd/skip-seek: Fix typo in comment: s/fileutils/coreutils. From Andreas Schwab. diff --git a/doc/ChangeLog b/doc/ChangeLog index a0a20b55ec..d0f84e63a3 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2005-11-02 Paul Eggert + + * coreutils.texi (rm invocation): Don't mention --directory (-d). + 2005-11-01 Paul Eggert * coreutils.texi (tail invocation): Describe obsolete usages