diff --git a/doc/go1.17.html b/doc/go1.17.html index 65d8efdc1b2..3e9587dbf7b 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -611,6 +611,15 @@ Do not send CLs removing the interior tags from such phrases. On Unix-like systems, the process group of a child process is now set with signals blocked. This avoids sending a SIGTTOU to the child when the parent is in a background process group.

+ +

+ The Windows version of + SysProcAttr + has two new fields. AdditionalInheritedHandles is + a list of additional handles to be inherited by the new child + process. ParentProcess permits specifying the + parent process of the new process. +