diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-12 10:42:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-12 10:42:13 +0000 |
commit | 7872d7c932d5df59d1eff80e537b05b073c9520e (patch) | |
tree | 2122c17571f18ae8aa11b178da4e069587d49516 | |
parent | f1c24743b8caca2bdb157d2860ce67ec901b936b (diff) | |
download | coreutils-7872d7c932d5df59d1eff80e537b05b073c9520e.tar.xz |
Adjust comments to reflect that lots of code has moved to remove.c.
-rw-r--r-- | src/rm.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -22,9 +22,9 @@ In the `usual' case, RM saves no state for directories it is processing. When a removal fails (either due to an error or to an interactive `no' - reply), the failure is noted (see description of `ht' in remove_cwd_entries) - so that when/if the containing directory is reopened, RM doesn't try to - remove the entry again. + reply), the failure is noted (see description of `ht' in remove.c's + remove_cwd_entries function) so that when/if the containing directory + is reopened, RM doesn't try to remove the entry again. RM may delete arbitrarily deep hierarchies -- even ones in which file names (from root to leaf) are longer than the system-imposed maximum. @@ -32,7 +32,7 @@ removing the entries in that directory. RM detects directory cycles by maintaining a table of the currently - active directories. See the description of active_dir_map below. + active directories. See the description of active_dir_map in remove.c. RM is careful to avoid forming full file names whenever possible. A full file name is formed only when it is about to be used -- e.g. |