guestfs(3): Indent line to keep code together.
authorRichard W.M. Jones <rjones@redhat.com>
Sat, 19 Mar 2011 18:18:56 +0000 (18:18 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 19 Mar 2011 18:18:56 +0000 (18:18 +0000)
src/guestfs.pod

index 5984d2c..7fdc758 100644 (file)
@@ -99,7 +99,7 @@ this:
   * disk image.
   */
  guestfs_touch (g, "/hello");
-
  /* This is only needed for libguestfs < 1.5.24.  Since then
   * it is done automatically when you close the handle.  See
   * discussion of autosync in this page.