X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=guestfs.pod;h=ec073eed4c4b40e419acb14af4be61ab1e93ae8d;hp=d717595148ac94a68f82b1052be13a999ab782de;hb=b296287daf9b884aa38646717725f5a389f96ca5;hpb=747eb7138ada2c999abc686fc5de18bcad96a1b7 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