summaryrefslogtreecommitdiffstats
path: root/generator
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-03-08 15:01:55 +0000
committerRichard W.M. Jones <rjones@redhat.com>2012-03-08 15:02:55 +0000
commit0721464b83915fbfae6d6a9da787f5069b2c6d6a (patch)
tree2a597d53d5fe8a3e5d5b4b7f07d53953ef17553e /generator
parent270daae52b6a96b4d05cbe03e0b31a0b2e4ac1ae (diff)
downloadlibguestfs-0721464b83915fbfae6d6a9da787f5069b2c6d6a.tar.gz
libguestfs-0721464b83915fbfae6d6a9da787f5069b2c6d6a.tar.xz
libguestfs-0721464b83915fbfae6d6a9da787f5069b2c6d6a.zip
fish: Document that guestfish sets pgroup to true (RHBZ#801273).
Diffstat (limited to 'generator')
-rw-r--r--generator/generator_actions.ml4
1 files changed, 3 insertions, 1 deletions
diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml
index 8488385d..1fb8e302 100644
--- a/generator/generator_actions.ml
+++ b/generator/generator_actions.ml
@@ -1637,7 +1637,9 @@ The practical upshot of this is that signals like C<SIGINT> (from
users pressing C<^C>) won't be received by the child process.
The default for this flag is false, because usually you want
-C<^C> to kill the subprocess.");
+C<^C> to kill the subprocess. Guestfish sets this flag to
+true when used interactively, so that C<^C> can cancel
+long-running commands gracefully (see C<guestfs_user_cancel>).");
("get_pgroup", (RBool "pgroup", [], []), -1, [],
[],