From: Richard W.M. Jones Date: Fri, 13 Nov 2009 16:35:51 +0000 (+0000) Subject: Docs: line folding in example. X-Git-Tag: 1.0.79~15 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=b296287daf9b884aa38646717725f5a389f96ca5 Docs: line folding in example. --- diff --git a/guestfs.pod b/guestfs.pod index d717595..ec073ee 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