summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-12-30 22:56:07 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-12-30 22:56:07 +0000
commit22042693cc1e0455a4a503dba93a9fedc9c74f04 (patch)
tree5e0aa855fb3a19e4437dfc0c45e61452c50efd64 /src
parent1a9b7df8f2092701fdc5a77a4d9edfcaa1a20acf (diff)
downloadlibguestfs-22042693cc1e0455a4a503dba93a9fedc9c74f04.tar.gz
libguestfs-22042693cc1e0455a4a503dba93a9fedc9c74f04.tar.xz
libguestfs-22042693cc1e0455a4a503dba93a9fedc9c74f04.zip
docs: Refresh guestfs(3)/DOWNLOADING.
Diffstat (limited to 'src')
-rw-r--r--src/guestfs.pod7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod
index 73657d08..9d1e6afa 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -262,10 +262,9 @@ L<http://tldp.org/HOWTO/LVM-HOWTO/>.
=head2 DOWNLOADING
-Use L</guestfs_cat> to download small, text only files. This call
-is limited to files which are less than 2 MB and which cannot contain
-any ASCII NUL (C<\0>) characters. However it has a very simple
-to use API.
+Use L</guestfs_cat> to download small, text only files. This call is
+limited to files which are less than 2 MB and which cannot contain any
+ASCII NUL (C<\0>) characters. However the API is very simple to use.
L</guestfs_read_file> can be used to read files which contain
arbitrary 8 bit data, since it returns a (pointer, size) pair.