changeset 23197:dfee8aa390c2

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Fri, 17 Feb 2017 20:31:45 -0500
parents 7cd6ecc578d6 (current diff) b93e1d29790e (diff)
children 8db35b1a4f63
files src/main.in.cc
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/main.in.cc	Fri Feb 17 20:26:20 2017 -0500
+++ b/src/main.in.cc	Fri Feb 17 20:31:45 2017 -0500
@@ -312,9 +312,10 @@
       // the GUI process will be in a separate process group.
       //
       // The GUI process must be in a separate process group so that we
-      // can send and interrupt to all child processes when generating
-      // interrupt signals.  See also pthread_thread_manager::interrupt
-      // in libgui/src/thread-manager.cc and bug #49609.
+      // can send an interrupt signal to all child processes when
+      // interrupting the interpreter.  See also bug #49609 and the
+      // function pthread_thread_manager::interrupt in the file
+      // libgui/src/thread-manager.cc.
 
       install_signal_handlers ();