summaryrefslogtreecommitdiffstats
path: root/guestfs.pod
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-11-13 16:35:51 +0000
committerRichard W.M. Jones <rjones@redhat.com>2009-11-13 16:35:51 +0000
commitb296287daf9b884aa38646717725f5a389f96ca5 (patch)
treea83f0aae285bc98266247a365178db4300f4a3f0 /guestfs.pod
parent747eb7138ada2c999abc686fc5de18bcad96a1b7 (diff)
downloadlibguestfs-b296287daf9b884aa38646717725f5a389f96ca5.tar.gz
libguestfs-b296287daf9b884aa38646717725f5a389f96ca5.tar.xz
libguestfs-b296287daf9b884aa38646717725f5a389f96ca5.zip
Docs: line folding in example.
Diffstat (limited to 'guestfs.pod')
-rw-r--r--guestfs.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/guestfs.pod b/guestfs.pod
index d7175951..ec073eed 100644
--- a/guestfs.pod
+++ b/guestfs.pod
@@ -81,7 +81,9 @@ libguestfs-using programs looks like this:
*/
guestfs_mount (handle, "/dev/sda1", "/");
- /* Now you can perform filesystem actions on the guest disk image. */
+ /* Now you can perform filesystem actions on the guest
+ * disk image.
+ */
guestfs_touch (handle, "/hello");
/* You only need to call guestfs_sync if you have made