From b296287daf9b884aa38646717725f5a389f96ca5 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 13 Nov 2009 16:35:51 +0000 Subject: [PATCH] Docs: line folding in example. --- guestfs.pod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 1.8.3.1