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:
b886124
)
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>
Thu, 27 May 2010 09:03:47 +0000
(10:03 +0100)
src/generator.ml
patch
|
blob
|
history
diff --git
a/src/generator.ml
b/src/generator.ml
index
1e7e90c
..
2209e68
100755
(executable)
--- a/
src/generator.ml
+++ b/
src/generator.ml
@@
-4036,7
+4036,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<\"\">.