diff options
author | Richard Jones <rjones@redhat.com> | 2010-05-27 10:03:47 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-05-27 10:03:47 +0100 |
commit | 4412fd951ee7766ee9a70bf66b5cf11378a64ed0 (patch) | |
tree | e92b71ee46362058660a691921b3749b9edd0b43 | |
parent | b8861242d13cc034383a56ba891d3e0b9123a99c (diff) | |
download | libguestfs-4412fd951ee7766ee9a70bf66b5cf11378a64ed0.tar.gz libguestfs-4412fd951ee7766ee9a70bf66b5cf11378a64ed0.tar.xz libguestfs-4412fd951ee7766ee9a70bf66b5cf11378a64ed0.zip |
Fix typo in documentation of guestfs_readlinklist.
-rwxr-xr-x | src/generator.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generator.ml b/src/generator.ml index 1e7e90cf..2209e68b 100755 --- 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 symbolic link. If the C<readlink(2)> operation fails on any name, then the corresponding result string is the empty string C<\"\">. |