git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
747eb71
)
Docs: line folding in example.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 13 Nov 2009 16:35:51 +0000
(16:35 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 13 Nov 2009 16:35:51 +0000
(16:35 +0000)
guestfs.pod
patch
|
blob
|
history
diff --git
a/guestfs.pod
b/guestfs.pod
index
d717595
..
ec073ee
100644
(file)
--- 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