summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-05-20 15:49:03 +0000
committerJim Meyering <jim@meyering.net>2000-05-20 15:49:03 +0000
commit482aa7fc64b1a1770275c43264883ef0e3cd33b1 (patch)
tree45a6746d4a95d9face2180c9a7962d7e7c7dbc18
parent8985201718f35adab085e65e96361c602ea69e55 (diff)
downloadcoreutils-482aa7fc64b1a1770275c43264883ef0e3cd33b1.tar.gz
*** empty log message ***FILEUTILS-4_0s
-rw-r--r--old/fileutils/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index d7522d0f5..ad1881146 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -105,7 +105,7 @@
* src/rmdir.c (EEXIST): Remove now-unused definition.
(ENOTEMPTY): Likewise.
(errno_rmdir_non_empty): Rewrite to use RMDIR_ERRNO_NOT_EMPTY,
- which is determined by the autoconf test in m4/rmdir-errno.m4..
+ which is determined by the autoconf test in m4/rmdir-errno.m4.
2000-05-03 Bruno Haible <haible@clisp.cons.org>