]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(remove_dir): Update old comment.
authorJim Meyering <jim@meyering.net>
Sun, 28 Sep 1997 03:51:00 +0000 (03:51 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 28 Sep 1997 03:51:00 +0000 (03:51 +0000)
src/rm.c

index 2ded93b421530ee5a2cff672fea77cde2f128007..33b679de32a3806eb8bcde02781b37202fd70258 100644 (file)
--- a/src/rm.c
+++ b/src/rm.c
@@ -687,8 +687,8 @@ remove_file (struct File_spec *fs)
 
 /* If not in recursive mode, print an error message and return RM_ERROR.
    Otherwise, query the user if appropriate, then try to recursively
-   remove directory `pathname', which STATP contains info about.
-   Return 0 if `pathname' is removed, 1 if not.
+   remove the directory specified by FS.  Return RM_OK if it is removed,
+   and RM_ERROR or RM_USER_DECLINED if not.
    FIXME: describe need_save_cwd parameter.  */
 
 static enum RM_status