File 0047-docs-Refresh-guestfs-3-DOWNLOADING.patch of Package libguestfs
From 4d67683b27d6a4b4de9819d52e216a6e29caba13 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones <rjones@redhat.com> Date: Thu, 30 Dec 2010 22:56:07 +0000 Subject: [PATCH 47/72] docs: Refresh guestfs(3)/DOWNLOADING. (cherry picked from commit 22042693cc1e0455a4a503dba93a9fedc9c74f04) (cherry picked from commit c7328142c93426fcb1c15431f592c8df2ce30e1f) --- src/guestfs.pod | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/guestfs.pod b/src/guestfs.pod index 73657d0..9d1e6af 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. -- 1.7.1