diff options
author | Jim Meyering <jim@meyering.net> | 1997-09-28 03:51:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-09-28 03:51:00 +0000 |
commit | de2517a1f405e949857046a00ce57fe0bb059df8 (patch) | |
tree | 0956f65d7d0e693d30a38266b07737391f893677 /src | |
parent | 4a32d010ef1bffe722bcb1afe0971d7f2ea39850 (diff) | |
download | coreutils-de2517a1f405e949857046a00ce57fe0bb059df8.tar.xz |
(remove_dir): Update old comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/rm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |