]> Cypherpunks repositories - gostls13.git/commit
os: centralize documentation of Process and ProcessState
authorRuss Cox <rsc@golang.org>
Fri, 2 Mar 2012 02:56:54 +0000 (21:56 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 2 Mar 2012 02:56:54 +0000 (21:56 -0500)
commit30db6d41cdaa65bb2d192853313f61cc7f12a39d
tree867fe59a77509e7080ad71ebde1eee54c3657cd9
parent47d614e667d15aa324ec1909ae2422202947ff20
os: centralize documentation of Process and ProcessState

Also change Wait to say "exit" instead of "exit or stop".

I notice that Pid is not implemented on all systems.
Should we fix that?

Fixes #3138.

R=golang-dev, alex.brainman, r
CC=golang-dev
https://golang.org/cl/5710056
src/pkg/os/doc.go
src/pkg/os/exec_plan9.go
src/pkg/os/exec_posix.go
src/pkg/os/exec_unix.go
src/pkg/os/exec_windows.go