clarify comment
authorJim Meyering <jim@meyering.net>
Tue, 14 Jun 2005 08:55:37 +0000 (08:55 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 14 Jun 2005 08:55:37 +0000 (08:55 +0000)
lib/mkdir-p.c

index 39e5630..acda6b2 100644 (file)
@@ -149,8 +149,9 @@ make_dir (char const *dir, char const *fulldir, mode_t mode,
    has changed the current working directory and is unable to restore
    it to its initial state.
 
-   Return true iff ARG exists as a directory with the proper
-   ownership and permissions when done.  */
+   Return true iff ARG exists as a directory with the proper ownership
+   and permissions when done.  Note that this function returns true
+   even when it fails to return to the initial working directory.  */
 
 bool
 make_dir_parents (char const *arg,