diff options
-rw-r--r-- | guestfs.pod | 4 |
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 |