documentation fix
authorVlatko Kosturjak <kost@linux.hr>
Mon, 10 May 2010 17:37:35 +0000 (19:37 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 10 May 2010 17:37:35 +0000 (19:37 +0200)
Fuse.pm

diff --git a/Fuse.pm b/Fuse.pm
index 2132aa7..cc09f75 100644 (file)
--- a/Fuse.pm
+++ b/Fuse.pm
@@ -396,7 +396,7 @@ Called in an attempt to fetch a portion of the file.
 
 Arguments:  Pathname, scalar buffer, numeric offset.  You can use length($buffer) to
 find the buffersize.
-Returns an errno.
+Returns length($buffer) if successful (number of bytes written).
 
 Called in an attempt to write (or overwrite) a portion of the file.  Be prepared because $buffer could contain random binary data with NULLs and all sorts of other wonderful stuff.