git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
639ca18
)
generator: Fix documentation for 'is-file' command.
author
Richard Jones
<rjones@redhat.com>
Thu, 9 Sep 2010 21:42:26 +0000
(22:42 +0100)
committer
Richard Jones
<rjones@redhat.com>
Thu, 9 Sep 2010 21:44:53 +0000
(22:44 +0100)
src/generator.ml
patch
|
blob
|
history
diff --git
a/src/generator.ml
b/src/generator.ml
index
03638de
..
c01b512
100755
(executable)
--- a/
src/generator.ml
+++ b/
src/generator.ml
@@
-1812,9
+1812,9
@@
See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>.");
[["is_file"; "/known-1"]]);
InitISOFS, Always, TestOutputFalse (
[["is_file"; "/directory"]])],
- "test if
file exists
",
+ "test if
a regular file
",
"\
-This returns C<true> if and only if there is a file
+This returns C<true> if and only if there is a
regular
file
with the given C<path> name. Note that it returns false for
other objects like directories.