From e9454fc310cb57ad8fd9a7e69c872e0f5f154fc5 Mon Sep 17 00:00:00 2001 From: Jon Harper Date: Wed, 22 Jun 2016 20:11:29 +0200 Subject: [PATCH] io.files.info docs, sync link-info and file-info docs --- basis/io/files/info/info-docs.factor | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/basis/io/files/info/info-docs.factor b/basis/io/files/info/info-docs.factor index 8d0b6c52b3..87ca59b3c8 100644 --- a/basis/io/files/info/info-docs.factor +++ b/basis/io/files/info/info-docs.factor @@ -7,8 +7,9 @@ HELP: file-info { $errors "Throws an error if the file does not exist." } ; HELP: link-info -{ $values { "path" "a pathname string" } { "info" "a file-info tuple" } } -{ $description "Queries the file system for metadata. If path refers to a symbolic link, information about the symbolic link itself is returned. If the file does not exist, an exception is thrown." } ; +{ $values { "path" "a pathname string" } { "info" file-info-tuple } } +{ $description "Queries the file system for metadata. If " { $snippet "path" } " refers to a symbolic link, information about the symbolic link itself is returned. See the article " { $link "file-types" } " for a list of metadata symbols." } +{ $errors "Throws an error if the file does not exist." } ; { file-info link-info } related-words