From: Richard Jones Date: Thu, 9 Sep 2010 21:42:26 +0000 (+0100) Subject: generator: Fix documentation for 'is-file' command. X-Git-Tag: 1.5.10~6 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=22aa9268f548eab9763311a080859d8cf2257a93 generator: Fix documentation for 'is-file' command. --- diff --git a/src/generator.ml b/src/generator.ml index 03638de..c01b512 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -1812,9 +1812,9 @@ See also C, C, C."); [["is_file"; "/known-1"]]); InitISOFS, Always, TestOutputFalse ( [["is_file"; "/directory"]])], - "test if file exists", + "test if a regular file", "\ -This returns C if and only if there is a file +This returns C if and only if there is a regular file with the given C name. Note that it returns false for other objects like directories.