Skip to content

Commit bd2dc2d

Browse files
danpianlancetaylor
authored andcommitted
doc: rename Unshare to Unshareflags in go1.7 release notes
Implementation changed in https://golang.org/cl/23612. Updates #15810 Change-Id: I8fff9e3aa3e54162546bb9ec1cc2ebba2b6d9fed Reviewed-on: https://go-review.googlesource.com/23614 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent ad074e2 commit bd2dc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/go1.7.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
11311131
<a href="/pkg/syscall/#SysProcAttr"><code>SysProcAttr</code></a> struct
11321132
(as used in
11331133
<a href="/pkg/os/exec/#Cmd"><code>os/exec.Cmd</code></a>'s <code>SysProcAttr</code> field)
1134-
has a new <code>Unshare</code> field.
1134+
has a new <code>Unshareflags</code> field.
11351135
If the field is nonzero, the child process created by
11361136
<a href="/pkg/syscall/#ForkExec"><code>ForkExec</code></a>
11371137
(as used in <code>exec.Cmd</code>'s <code>Run</code> method)

0 commit comments

Comments
 (0)