From: Dan Peterson Date: Wed, 1 Jun 2016 12:44:38 +0000 (-0300) Subject: doc: rename Unshare to Unshareflags in go1.7 release notes X-Git-Tag: go1.7beta1~13 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bd2dc2d819b85beb8887466a165242e2d540e4b9;p=gostls13.git 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 --- 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 SysProcAttr struct (as used in os/exec.Cmd's SysProcAttr field) -has a new Unshare field. +has a new Unshareflags field. If the field is nonzero, the child process created by ForkExec (as used in exec.Cmd's Run method)