diff options
author | Jim Meyering <jim@meyering.net> | 1996-05-12 03:25:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-05-12 03:25:59 +0000 |
commit | 1fb27efd70c33cd087df5b06a803118ec1e761e1 (patch) | |
tree | a28061f31a726e6e5d008ff53707bbb8ddd1bfc5 /old | |
parent | d4a3e63ec8bc2c3ac4459561271fcc424a96ab1e (diff) | |
download | coreutils-1fb27efd70c33cd087df5b06a803118ec1e761e1.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 6d69bbb32..8b3caf2e3 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -2,8 +2,8 @@ Changes in release 3.13: * ln -f FILE FILE fails with a diagnostic rather than silently removing FILE * when building on systems that have getopt_long (like Linux), the system- provided function will be used -- so executables may be a little smaller -* chgrp, chown, cp -p, and mv all modify owner and/or group on systems - (like Solaris) that provide the lchown system call. +* chgrp, chown, cp -p, and mv all modify owner and/or group of symlinks + on systems (like Solaris) that provide the lchown system call. * df no longer invokes the sync system call by default. You can use the --sync option to make df invoke sync before getting file system sizes. * internationalized diagnostic messages |