1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-18 01:40:06 +02:00

(remove_dir): Update old comment.

This commit is contained in:
Jim Meyering
1997-09-28 03:51:00 +00:00
parent 4a32d010ef
commit de2517a1f4

View File

@@ -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