diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-18 04:44:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-18 04:44:54 +0000 |
commit | a5c67e1c059a4bba5dcda6a3175acb700d7df976 (patch) | |
tree | a0b41f13a780d8a0a058cbafabac46f36e057a49 /old | |
parent | b288e0f8f5c10909f2fa47d068e440f1fcc20ce5 (diff) | |
download | coreutils-a5c67e1c059a4bba5dcda6a3175acb700d7df976.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index c76031950..614888913 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -11,8 +11,9 @@ Changes in release 3.13: * uses automake-generated Makefile templates * chown and chgrp accept new option --no-dereference (-h) * 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 +* when building on systems that have getopt_long (most GNU-oriented ones), + the system-provided function will be used -- so executables may be a + little smaller * cp -p, and mv 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 |