From 7e02b8fea1333cf01eedb77329cfeebceb4eaf60 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 8 Mar 2012 15:01:55 +0000 Subject: fish: Document that guestfish sets pgroup to true (RHBZ#801273). (cherry picked from commit 0721464b83915fbfae6d6a9da787f5069b2c6d6a) --- generator/generator_actions.ml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index d0f076c5..7829a29d 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -1629,7 +1629,9 @@ The practical upshot of this is that signals like C (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)."); ("get_pgroup", (RBool "pgroup", [], []), -1, [], [], -- cgit