From bd2dc2d819b85beb8887466a165242e2d540e4b9 Mon Sep 17 00:00:00 2001 From: Dan Peterson Date: Wed, 1 Jun 2016 09:44:38 -0300 Subject: [PATCH] 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 --- doc/go1.7.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.0