summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-05-27 10:03:47 +0100
committerRichard Jones <rjones@redhat.com>2010-05-27 10:03:47 +0100
commit4412fd951ee7766ee9a70bf66b5cf11378a64ed0 (patch)
treee92b71ee46362058660a691921b3749b9edd0b43 /src
parentb8861242d13cc034383a56ba891d3e0b9123a99c (diff)
downloadlibguestfs-4412fd951ee7766ee9a70bf66b5cf11378a64ed0.tar.gz
libguestfs-4412fd951ee7766ee9a70bf66b5cf11378a64ed0.tar.xz
libguestfs-4412fd951ee7766ee9a70bf66b5cf11378a64ed0.zip
Fix typo in documentation of guestfs_readlinklist.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/generator.ml2
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<\"\">.