]> gitweb.factorcode.org Git - factor.git/commitdiff
io.files.info: fix docs.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 5 Mar 2021 04:59:47 +0000 (20:59 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 5 Mar 2021 04:59:47 +0000 (20:59 -0800)
basis/io/files/info/info-docs.factor

index ae047b59ed3b86557abc10fda54d4c003c6f98c8..4bb2efbee9a5688f0c04b8ad2eadcd7c3f821e99 100644 (file)
@@ -15,15 +15,15 @@ HELP: link-info
 
 HELP: directory?
 { $values { "path/info" { $or "a pathname string" file-info-tuple } } { "?" boolean } }
-{ $description "Tests if " { $snippet "file-info" } " is a directory." } ;
+{ $description "Tests if " { $snippet "path/info" } " is a directory." } ;
 
 HELP: regular-file?
 { $values { "path/info" { $or "a pathname string" file-info-tuple } } { "?" boolean } }
-{ $description "Tests if " { $snippet "file-info" } " is a normal file." } ;
+{ $description "Tests if " { $snippet "path/info" } " is a normal file." } ;
 
 HELP: symbolic-link?
 { $values { "path/info" { $or "a pathname string" file-info-tuple } } { "?" boolean } }
-{ $description "Tests if " { $snippet "file-info" } " is a symbolic link." } ;
+{ $description "Tests if " { $snippet "path/info" } " is a symbolic link." } ;
 
 HELP: file-systems
 { $values { "array" array } }