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.3.17~5 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=4412fd951ee7766ee9a70bf66b5cf11378a64ed0 Fix typo in documentation of guestfs_readlinklist. --- diff --git a/src/generator.ml b/src/generator.ml index 1e7e90c..2209e68 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -4036,7 +4036,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<\"\">.