summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--old/fileutils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index a0d1ecd8c..307f74133 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,13 @@
Tue Jun 18 20:54:05 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * ln.c (do_link): Refine last change so we don't disallow commands
+ like `ln --force A B' when A and B are hard links to the same file.
+ See comments in the source. Reported by Erik Naggum <erik@naggum.no>.
+
+ * ls.c (decode_switches): Correct typo in error message:
+ enironment -> environment. From Santiago Vila Doncel
+ <sanvila@unex.es>.
+
* aclocal.m4: Update from gettext-0.10.20.
* ABOUT-NLS: Likewise.
* intl/*: Likewise.