summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-11-12 10:42:13 +0000
committerJim Meyering <jim@meyering.net>1999-11-12 10:42:13 +0000
commit7872d7c932d5df59d1eff80e537b05b073c9520e (patch)
tree2122c17571f18ae8aa11b178da4e069587d49516 /src
parentf1c24743b8caca2bdb157d2860ce67ec901b936b (diff)
downloadcoreutils-7872d7c932d5df59d1eff80e537b05b073c9520e.tar.xz
Adjust comments to reflect that lots of code has moved to remove.c.
Diffstat (limited to 'src')
-rw-r--r--src/rm.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/rm.c b/src/rm.c
index d791aafe7..4d15cfafb 100644
--- a/src/rm.c
+++ b/src/rm.c
@@ -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.