From 4412fd951ee7766ee9a70bf66b5cf11378a64ed0 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 27 May 2010 10:03:47 +0100 Subject: [PATCH 1/1] Fix typo in documentation of guestfs_readlinklist. --- src/generator.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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<\"\">. -- 1.8.3.1