summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-04-21 14:36:32 +0000
committerJim Meyering <jim@meyering.net>2001-04-21 14:36:32 +0000
commit957b608418db5775c507fd30a046d81ed1aa3401 (patch)
treee56a42bf2e7f812e408a96faaab9bd426b335e3e
parent2fca663e2fb50b67304a482e6fc02fe2f3522eec (diff)
downloadcoreutils-957b608418db5775c507fd30a046d81ed1aa3401.tar.xz
*** empty log message ***
-rw-r--r--old/fileutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 3677ef83b..91bb0e32d 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,9 @@
2001-04-21 Jim Meyering <meyering@lucent.com>
+ * doc/fileutils.texi (touch invocation): Discuss ctime.
+ Based on suggestions and contributions from Aharon Robbins
+ and Dan Jacobson
+
* src/ls.c (main): When given two or more arguments but the only one
that exists is a directory, don't treat it as if it were the only
argument. Before, `mkdir d; ls no-dir d 2>/dev/null' would act like