summaryrefslogtreecommitdiffstats
path: root/generator/generator_actions.ml
diff options
context:
space:
mode:
Diffstat (limited to 'generator/generator_actions.ml')
-rw-r--r--generator/generator_actions.ml5
1 files changed, 2 insertions, 3 deletions
diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml
index 7c1008b4..ace46cb1 100644
--- a/generator/generator_actions.ml
+++ b/generator/generator_actions.ml
@@ -354,13 +354,12 @@ This returns true iff this handle is launching the subprocess
For more information on states, see L<guestfs(3)>.");
- ("is_busy", (RBool "busy", [], []), -1, [],
+ ("is_busy", (RBool "busy", [], []), -1, [NotInDocs],
[InitNone, Always, TestOutputFalse (
[["is_busy"]])],
"is busy processing a command",
"\
-This returns true iff this handle is busy processing a command
-(in the C<BUSY> state).
+This always returns false. Do not use this function.
For more information on states, see L<guestfs(3)>.");