From: Jim Meyering Date: Sun, 28 Sep 1997 03:51:00 +0000 (+0000) Subject: (remove_dir): Update old comment. X-Git-Tag: TEXTUTILS-1_22c~325 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de2517a1f405e949857046a00ce57fe0bb059df8;p=thirdparty%2Fcoreutils.git (remove_dir): Update old comment. --- diff --git a/src/rm.c b/src/rm.c index 2ded93b421..33b679de32 100644 --- 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