diff options
author | Jim Meyering <jim@meyering.net> | 2001-10-17 10:24:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-10-17 10:24:13 +0000 |
commit | 37af708d04aec3608cdf300563b58432bb11ac12 (patch) | |
tree | 5e5e9acc31c31ea9744529841977e463cda7af7a /doc | |
parent | 279d3ae95e139c2f9ffe4a28886117d868d4d5e5 (diff) | |
download | coreutils-37af708d04aec3608cdf300563b58432bb11ac12.tar.xz |
*** empty log message ***
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 5862eb2e1..2ea94f2f6 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,12 @@ +2001-10-17 Jim Meyering <meyering@lucent.com> + + * coreutils.texi (cp invocation): `cp --no-dereference' is + no longer equivalent to `cp -d'. + `cp -d' is equivalent to `--no-dereference --preserve=links'. + cp's -P option means --no-dereference, not --parents. + Describe new optional argument to --preserve. + Describe new option: --no-preserve=ATTRIBUTE_LIST. + 2001-09-23 Jim Meyering <meyering@lucent.com> * Makefile.am (check-texinfo): Redirect stderr of `grep -w' to |