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