]> Cypherpunks repositories - gostls13.git/commit
os/exec: clarify Cmd.Wait documentation a bit more explicitly
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 6 Jul 2017 17:56:21 +0000 (17:56 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 6 Jul 2017 19:29:20 +0000 (19:29 +0000)
commit23ae7a70f9f28fe34547d2857e5efa789625052a
tree2a6757f36d22090652e7de5bda577c77a8ccdc63
parent9d2de778052ecbaf042d0b01c39e41db55ca6eaa
os/exec: clarify Cmd.Wait documentation a bit more explicitly

It already implied that Cmd.Wait is more than os.Process.Wait, but say
so explicitly.

See https://github.com/golang/go/issues/18874#issuecomment-309921486

Updates #18874

Change-Id: Iaa46defd776ae0be817d9f4466a99ac78cfd672b
Reviewed-on: https://go-review.googlesource.com/47650
Reviewed-by: Russ Cox <rsc@golang.org>
src/os/exec/exec.go