From: Jim Meyering Date: Sun, 24 Sep 2000 18:42:23 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-4_0_27~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=230bf31c8768129946ffe0711a05ce915c6ad905;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index c0083ee6f2..ef182094d6 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -30,6 +30,10 @@ 2000-09-19 Jim Meyering + * doc/fileutils.texi (cp invocation): Describe how --force works. + Update description of -P (soon to change meaning to conform w/POSIX). + Describe --remove-destination. + * src/cp.c (main): When used with --force, each of the --link and --symbolic-link options now implies --remove-destination. Reported by Miles Bader via Mike Stone.