summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-01-16 07:53:49 +0000
committerJim Meyering <jim@meyering.net>2004-01-16 07:53:49 +0000
commitb23e570720c103e3bc66f3caee8029fd8749d1fc (patch)
treebaaf39eb7ba0367972ab7ac6dc66cfcb7253a4f5 /NEWS
parentdb247bf090d6a0d796ea0fe379400b8aea8ae5c3 (diff)
downloadcoreutils-b23e570720c103e3bc66f3caee8029fd8749d1fc.tar.xz
.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b0c744b53..2b6ede6e9 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,11 @@ GNU coreutils NEWS -*- outline -*-
You can select the default level of POSIX conformance at configure-time,
e.g., by ./configure DEFAULT_POSIX2_VERSION=199209
+ touch -r now specifies the origin for any relative times in the -d
+ operand, if both options are given. For example, "touch -r FOO -d
+ '-5 seconds' BAR" sets BAR's modification time to be five seconds
+ before FOO's.
+
** Bug fixes
fold -s works once again on systems with differing sizes for int and size_t