Skip to content

Commit f5ee7ab

Browse files
author
Johan Knutzen
committed
doc/go1.16: refactored wording of SysProcAttr.DontInheritHandles
1 parent 9f4d126 commit f5ee7ab

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

doc/go1.16.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
328328
<dl id="syscall"><dt><a href="/pkg/syscall/">syscall</a></dt>
329329
<dd>
330330
<p><!-- CL 261917 -->
331-
The new DontInheritHandles field in <a href="/pkg/syscall/#SysProcAttr"><code>SysProcAttr</code></a>
332-
has been introduced for Windows, exposing configurability of handle inheritence when creating
333-
new processes.
331+
<a href="/pkg/syscall/#SysProcAttr"><code>SysProcAttr</code></a> on Windows has a new DontInheritHandles field that disables inheriting handles when creating a new process.
334332
</p>
335333
</dd>
336334
</dl><!-- syscall -->

0 commit comments

Comments
 (0)