From: Richard Jones Date: Thu, 27 May 2010 09:03:47 +0000 (+0100) Subject: Fix typo in documentation of guestfs_readlinklist. X-Git-Tag: 1.2.9~18 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=625c47c4ef9e796b4cb551dcf3b0371bf44f97f1;p=libguestfs.git Fix typo in documentation of guestfs_readlinklist. (cherry picked from commit 4412fd951ee7766ee9a70bf66b5cf11378a64ed0) --- diff --git a/src/generator.ml b/src/generator.ml index 3db0506..861ad36 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -4022,7 +4022,7 @@ C 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 list. Each string is the -value of the symbol link. +value of the symbolic link. If the C operation fails on any name, then the corresponding result string is the empty string C<\"\">.