]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Add support for POSIX 1003.1-2001, which requires removal for
authorJim Meyering <jim@meyering.net>
Wed, 16 Jan 2002 23:31:51 +0000 (23:31 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 16 Jan 2002 23:31:51 +0000 (23:31 +0000)
support of the obsolete `touch [-acm] MMDDhhmm[YY] FILE...' syntax.

Document this.

old/fileutils/NEWS

index 939aa3059d4c4eb233f5c8f856f4d875e6d20f22..e53297dc317576e40ba1841923c2367f8331a892 100644 (file)
@@ -1,4 +1,6 @@
 [4.1.6]
+* The obsolete usage `touch [-acm] MMDDhhmm[YY] FILE...' is no longer
+  supported on systems conforming to POSIX 1003.1-2001.  Use touch -t instead.
 * cp and inter-partition mv no longer give a misleading diagnostic in some
     unusual cases
 [4.1.5]