Skip to content

Commit

Permalink
doc: rename Unshare to Unshareflags in go1.7 release notes
Browse files Browse the repository at this point in the history
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 <iant@golang.org>
  • Loading branch information
danp authored and ianlancetaylor committed Jun 1, 2016
1 parent ad074e2 commit bd2dc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/go1.7.html
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
<a href="/pkg/syscall/#SysProcAttr"><code>SysProcAttr</code></a> struct
(as used in
<a href="/pkg/os/exec/#Cmd"><code>os/exec.Cmd</code></a>'s <code>SysProcAttr</code> field)
has a new <code>Unshare</code> field.
has a new <code>Unshareflags</code> field.
If the field is nonzero, the child process created by
<a href="/pkg/syscall/#ForkExec"><code>ForkExec</code></a>
(as used in <code>exec.Cmd</code>'s <code>Run</code> method)
Expand Down

0 comments on commit bd2dc2d

Please sign in to comment.