summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-11-05 15:08:35 +0000
committerJim Meyering <jim@meyering.net>2000-11-05 15:08:35 +0000
commit08b1c573cda217c8a2bf88605508901524ff2126 (patch)
tree56b0ee876ea716c5798c2c9e573f0f6513913446 /old
parentd858c3c433bd07a83f1668bffd6f980cbb943848 (diff)
downloadcoreutils-08b1c573cda217c8a2bf88605508901524ff2126.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index b86e0e99b..1ad2bbf69 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,8 +1,8 @@
2000-11-05 Jim Meyering <meyering@lucent.com>
* src/mkdir.c (main): Use make_dir instead of using mkdir directly.
- Diagnose as failure when mkdir tries to create (without the --parent
- (-p) option) a directory that already exists.
+ Diagnose as failure when mkdir tries to create (without the
+ --parent (-p) option) a directory that already exists.
* tests/cp/cp-parents: Add a test for the above fix.
2000-11-01 Jim Meyering <meyering@lucent.com>