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:
c2cbf9c
)
Docs typo: limited -> limits
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 13 Nov 2009 15:09:10 +0000
(15:09 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 13 Nov 2009 15:09:10 +0000
(15:09 +0000)
guestfs.pod
patch
|
blob
|
history
diff --git
a/guestfs.pod
b/guestfs.pod
index
bfd472e
..
dcfa51c
100644
(file)
--- a/
guestfs.pod
+++ b/
guestfs.pod
@@
-253,7
+253,7
@@
It's often the case that you want to write a file or files to the disk
image.
For small, single files, use C<guestfs_write_file>. This call
-currently contains a bug which limit
ed
the call to plain text files
+currently contains a bug which limit
s
the call to plain text files
(not containing ASCII NUL characters).
To upload a single file, use C<guestfs_upload>. This call has no