Rewrite of main loop impl, start of FileIn/FileOut support.
[libguestfs.git] / guestfs-actions.pod
index cb2415c..520425c 100644 (file)
@@ -378,7 +378,7 @@ Return the contents of the file named C<path>.
 
 Note that this function cannot correctly handle binary files
 (specifically, files containing C<\0> character which is treated
-as end of string).  For those you need to use the C<guestfs_read_file>
+as end of string).  For those you need to use the C<guestfs_download>
 function which has a more complex interface.
 
 This function returns a string, or NULL on error.