aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Peterson <dpiddy@gmail.com>2016-06-01 09:44:38 -0300
committerIan Lance Taylor <iant@golang.org>2016-06-01 13:13:56 +0000
commitbd2dc2d819b85beb8887466a165242e2d540e4b9 (patch)
tree1c56d8c6c1db35c31fa28761c723bb8ba371a3ef
parentad074e205e4aa4c7762e223df65695d5157b0c4e (diff)
downloadgo-bd2dc2d819b85beb8887466a165242e2d540e4b9.tar.gz
go-bd2dc2d819b85beb8887466a165242e2d540e4b9.zip
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 <iant@golang.org>
-rw-r--r--doc/go1.7.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.7.html b/doc/go1.7.html
index 4151300dca..9ee377ec8f 100644
--- a/doc/go1.7.html
+++ b/doc/go1.7.html
@@ -1131,7 +1131,7 @@ On Linux, the
<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)