better related-words for follow-links. add

db4
Doug Coleman 2008-12-18 18:42:05 -06:00
parent 180aeea68d
commit a326943f8b
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,6 @@ HELP: copy-link
{ $values { "target" "a path to an existing symlink" } { "symlink" "a path to a new symbolic link" } }
{ $description "Copies a symbolic link without following the link." } ;
{ make-link read-link copy-link } related-words
HELP: follow-link
{ $values
{ "path" "a pathname string" }
@ -29,6 +27,8 @@ HELP: follow-links
}
{ $description "Follows a chain of symlinks up to " { $link symlink-depth } "." } ;
{ read-link follow-link follow-links } related-words
HELP: symlink-depth
{ $values
{ "value" integer }