document readdir
authorDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 25 Feb 2011 18:52:50 +0000 (19:52 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 25 Feb 2011 18:52:50 +0000 (19:52 +0100)
Fuse.pm

diff --git a/Fuse.pm b/Fuse.pm
index 436d998..2352161 100755 (executable)
--- a/Fuse.pm
+++ b/Fuse.pm
@@ -292,6 +292,11 @@ This is used to obtain directory listings.  It's opendir(), readdir(), filldir()
 
 example rv: return ('.', 'a', 'b', 0);
 
+=head3 readdir
+
+Arguments: Directory name, offset
+Returns: filename, offset to the next dirent, numeric errno 0 or -ENOENT()
+
 =head3 mknod
 
 Arguments:  Filename, numeric modes, numeric device