io.files-docs: fix bug

db4
Eduardo Cavazos 2008-03-13 01:47:39 -06:00
parent d5572b6218
commit ce8828e007
1 changed files with 1 additions and 5 deletions

View File

@ -141,7 +141,7 @@ HELP: file-info
{ $link +symbolic-link+ } } } }
{ "size" "Size of the file in bytes" }
{ "modified" { "Last modification " { $link timestamp } } } }
{ "modified" "Last modification timestamp." } }
;
@ -250,10 +250,6 @@ HELP: directory*
{ $description "Outputs the contents of a directory named by " { $snippet "path" } "." }
{ $notes "Unlike " { $link directory } ", this word prepends the directory's path to all file names in the list." } ;
! HELP: file-length
! { $values { "path" "a pathname string" } { "n" "a non-negative integer or " { $link f } } }
! { $description "Outputs the length of the file in bytes, or " { $link f } " if it does not exist." } ;
HELP: file-modified
{ $values { "path" "a pathname string" } { "n" "a non-negative integer or " { $link f } } }
{ $description "Outputs a file's last modification time, since midnight January 1, 1970. If the file does not exist, outputs " { $link f } "." } ;