]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Fri, 16 Jan 2004 07:53:49 +0000 (07:53 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 16 Jan 2004 07:53:49 +0000 (07:53 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b0c744b53fb4348f770ac0fae092d189eae860b4..2b6ede6e905a1626dbac3bd5266cbca0d60d4796 100644 (file)
--- 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