Merge branch 'rt-57517-file-handles'
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 16 May 2010 16:45:31 +0000 (18:45 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 16 May 2010 16:45:31 +0000 (18:45 +0200)
1  2 
Fuse.pm

diff --cc Fuse.pm
index cc09f75,f9f6e73..3ab76a0
mode 100644,100755..100755
+++ b/Fuse.pm
@@@ -394,11 -399,11 +399,11 @@@ Called in an attempt to fetch a portio
  
  =head3 write
  
- Arguments:  Pathname, scalar buffer, numeric offset.  You can use length($buffer) to
+ Arguments:  Pathname, scalar buffer, numeric offset, file handle.  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.
+ Called in an attempt to write (or overwrite) a portion of the file.  Be prepared because $buffer could contain random binary data with NULs and all sorts of other wonderful stuff.
  
  =head3 statfs