summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2013-08-11 15:38:06 +0200
committerGravatar Mike Burns <mike@mike-burns.com>2013-08-11 15:38:06 +0200
commit63ab42206f25e181f626ec0c7ddad045fa27846c (patch)
tree6b9ea930409ac57023b5bba71d9de12ee51d93db /man
parent5319a8038ef4fa1f716e33fad6628d8737ddcef0 (diff)
rcdn only removes symlinks
Picture this case: % ls -l ~/.a ~/.a -> ~/.dotfiles/a % tree ~/.dotfiles/a a `-- b `-- c `-- d `-- foo Ideally we would want `~/.a/b/c/d/foo` to be the symlink, and the rest to be actual directories. However, some people did it differently. Running `rcdn` on the above would previously have removed `foo` from `~/.dotfiles`. Now, it removes `~/.a` and nothing more.
Diffstat (limited to 'man')
-rw-r--r--man/rcdn.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/rcdn.1 b/man/rcdn.1
index 9007783..d61707e 100644
--- a/man/rcdn.1
+++ b/man/rcdn.1
@@ -13,7 +13,7 @@
.Op Fl t Ar tag
.Op Ar files ...
.Sh DESCRIPTION
-This program will remove all the rc files that the
+This program will remove all the rc file symlinks that the
.Xr rcm 7
suite knows about. This can be further controlled with the
.Fl t