]> Cypherpunks repositories - gostls13.git/commit
os/exec: simplify doc wording for cmd.StdoutPipe and cmd.StderrPipe
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 3 Oct 2019 21:06:08 +0000 (14:06 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 4 Oct 2019 00:22:44 +0000 (00:22 +0000)
commita7042249abdba39a7c8dce35661b62094eb97117
tree6bdcfcfcee3bc5c56ce7b6c1c53ca23b073f2984
parentadc4d2cc2dbc20c14bae7bbdbca8d75421e1bef5
os/exec: simplify doc wording for cmd.StdoutPipe and cmd.StderrPipe

The existing text was hard to parse.
Shorten the sentences and simplify the text.

Change-Id: Ic16f486925090ea303c04e70969e5a4b27a60896
Reviewed-on: https://go-review.googlesource.com/c/go/+/198758
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/os/exec/exec.go