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:
f3e17f1
)
Fix typo in documentation of guestfs_readlinklist.
author
Richard Jones
<rjones@redhat.com>
Thu, 27 May 2010 09:03:47 +0000
(10:03 +0100)
committer
Richard Jones
<rjones@redhat.com>
Wed, 2 Jun 2010 18:35:11 +0000
(19:35 +0100)
(cherry picked from commit
4412fd951ee7766ee9a70bf66b5cf11378a64ed0
)
src/generator.ml
patch
|
blob
|
history
diff --git
a/src/generator.ml
b/src/generator.ml
index
3db0506
..
861ad36
100755
(executable)
--- a/
src/generator.ml
+++ b/
src/generator.ml
@@
-4022,7
+4022,7
@@
C<names> is the list of files from this directory.
On return you get a list of strings, with a one-to-one
correspondence to the C<names> list. Each string is the
-value of the symbol link.
+value of the symbol
ic
link.
If the C<readlink(2)> operation fails on any name, then
the corresponding result string is the empty string C<\"\">.