summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 2 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index a88546d81..85cc82bd7 100644
--- a/NEWS
+++ b/NEWS
@@ -45,14 +45,11 @@ GNU coreutils NEWS -*- outline -*-
chroot now accepts the options --userspec and --groups.
cp accepts a new option, --reflink: create a lightweight copy
- using copy-on-write (COW). This is currently supported only on
- btrfs file systems.
+ using copy-on-write (COW). This is currently only supported within
+ a btrfs file system.
cp now preserves time stamps on symbolic links, when possible
- cp, install, mv: take advantage of btrfs' O(1) copy-on-write feature
- when both the source and destination are on the same btrfs partition.
-
sort accepts a new option, --human-numeric-sort (-h): sort numbers
while honoring human readable suffixes like KiB and MB etc.