]> Cypherpunks repositories - gostls13.git/commit
os/exec: Stdout/Stderr doc cleanup.
authorTom Lanyon <tomlanyon@google.com>
Thu, 23 Nov 2017 01:21:25 +0000 (12:21 +1100)
committerRob Pike <r@golang.org>
Thu, 23 Nov 2017 20:01:56 +0000 (20:01 +0000)
commitc866110689796c42ab379de1402462d03dfe23fa
treee34fcf52d691ddf48ebb94f2e27b5beee59d1dd3
parente22d79ec1d6f6bae0fbc0d658baf7718c9dd01b0
os/exec: Stdout/Stderr doc cleanup.

Following comments on CL 76320.

Breaks Cmd.Std{out,err} doc into three paragraphs and updates Cmd.Stdin
formatting to match.

Fixes an erroneous reference to Stdin in the output goroutine comment, while
keeping the wording consistent between Stdin and Stdout/Stderr.

Change-Id: I186a0e2d4b85dfb939443a17e62a1eb2ef64b1bf
Reviewed-on: https://go-review.googlesource.com/79595
Reviewed-by: Rob Pike <r@golang.org>
src/os/exec/exec.go