From b89b2ef79bcaebef14366a01e95da0739b18bf57 Mon Sep 17 00:00:00 2001 From: Vlatko Kosturjak Date: Mon, 10 May 2010 19:37:35 +0200 Subject: [PATCH] documentation fix --- Fuse.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fuse.pm b/Fuse.pm index 2132aa7..cc09f75 100644 --- 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. -- 2.20.1