]> Cypherpunks repositories - gostls13.git/commit
os/exec: document Process.Kill behaviour
authorYury Smolsky <yury@smolsky.by>
Mon, 5 Mar 2018 20:00:34 +0000 (22:00 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 5 Mar 2018 23:47:41 +0000 (23:47 +0000)
commitadcf2d59ec25e6a1f5fda7eb5c125302363657ea
tree782b8b3a7986af6a5f9d54123a3176f89b101f49
parent32e459a09cd2da967fc2c0accf197fecc7b658d5
os/exec: document Process.Kill behaviour

It is not clear from documentation what the Process.Kill does. And it
leads to reccuring confusion about Cmd.Start/Wait methods.

Fixes #24220

Change-Id: I66609d21d2954e195d13648014681530eed8ea6c
Reviewed-on: https://go-review.googlesource.com/98715
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/os/exec.go