X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Fgenerator.ml;h=e2b96c846933137047822633b70c1dfdc1e43bff;hp=03638deb35ec650a4a22128a860d040ef616a44d;hb=55b6e18f95950b1a2ec69d549c9e6c8a5758d166;hpb=d5c8d3b45b9646a4ae9d4ea033e1cc13a6e25c1f diff --git a/src/generator.ml b/src/generator.ml index 03638de..e2b96c8 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. @@ -1825,7 +1825,7 @@ See also C."); [["is_dir"; "/known-3"]]); InitISOFS, Always, TestOutputTrue ( [["is_dir"; "/directory"]])], - "test if file exists", + "test if a directory", "\ This returns C if and only if there is a directory with the given C name. Note that it returns false for