From 63ab42206f25e181f626ec0c7ddad045fa27846c Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Sun, 11 Aug 2013 15:38:06 +0200 Subject: 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. --- man/rcdn.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') 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 -- cgit v1.2.3