]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 11 May 2004 18:25:32 +0000 (18:25 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 11 May 2004 18:25:32 +0000 (18:25 +0000)
lib/ChangeLog

index 34afd2cef13387129bb8aa49eae3a97cc4edf3f8..180883c986d7207bdaecf70cb5d323cc6f784a12 100644 (file)
@@ -1,10 +1,10 @@
 2004-05-11  Jim Meyering  <jim@meyering.net>
 
-       Prior to this change, rm required read access to the
-       current directory on systems with the fchdir function.
+       Prior to this change, rm required read access to the current
+       directory on most systems (ones with the fchdir function).
 
        * save-cwd.c (save_cwd) [HAVE_FCHDIR]: Don't fail just
-       because opening `.' failed.  Resort to using xgetcwd.
+       because opening `.' fails.  Resort to using xgetcwd.
 
 2004-05-07  Jim Meyering  <jim@meyering.net>