summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-04-24 04:54:04 +0000
committerJim Meyering <jim@meyering.net>1996-04-24 04:54:04 +0000
commitaf781b708cccd630632728196978589e08f8b010 (patch)
treeac4de0f99dc452df955172ec342d1b88c46f7ff9 /old/fileutils
parent0a9eb68f77e5debf7401cfa8ec6392887ecfb515 (diff)
downloadcoreutils-af781b708cccd630632728196978589e08f8b010.tar.xz
.
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index a1402e6d2..79dad5de9 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -15,7 +15,8 @@ Changes in release 3.13:
--version-control=WORD (-V WORD) options just as cp, ln, and mv do.
* ln --verbose output is less prone to misinterpretation
* ls -o works like -lG; for compatibility with other versions of ls
-* cp has a new option to control creation of sparse files
+* cp has a new option to control creation of sparse files:
+ --sparse={auto,always,never}. --sparse=auto is the default.
* rm -rf '' behaves properly on SunOS 4 systems
* touch: rename long option name, --file, to --reference.
`touch --file' will continue to work a little longer.