# HG changeset patch # User jbe # Date 1427332586 -3600 # Node ID 546ec50e7170056eaa428ddf1a4f40dcca430b89 # Parent 985ffb3ef69f550ba883ee6aea317b8c7a6b9074 Fixed documentation of extos.listdir(...), which was wrong diff -r 985ffb3ef69f -r 546ec50e7170 libraries/extos/extos.autodoc.lua --- a/libraries/extos/extos.autodoc.lua Thu Mar 26 02:11:59 2015 +0100 +++ b/libraries/extos/extos.autodoc.lua Thu Mar 26 02:16:26 2015 +0100 @@ -57,12 +57,13 @@ --[[-- -directory_entries = -- table of directory entries -extos.listdir{ - path = path -- path name -} +directory_entries, -- table of directory entries +errmsg = -- error message if directory could not be read +extos.listdir( + path -- path name +) -This function returns a table containing strings representing each entry in a directory. On error nil and an error message is returned. +This function returns a table containing strings representing each entry in a directory. On error nil and an error message are returned. --]]-- -- implemented in extos.c as