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>
Mon, 21 Mar 2011 11:36:42 +0000 (11:36 +0000)
(cherry picked from commit cf6f380c544456ee3e84fd41a480ea4cab3d94dd)

src/guestfs.pod

index de05b55..cd3e87a 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.