mirror of
https://github.com/golang/go
synced 2024-11-11 20:20:23 -07:00
doc/go1.16: document os package changes
For #39444 For #40700 Fixes #42908 Change-Id: Idae35adecd79e9d7d207f9d78cb009a980e5c8a9 Reviewed-on: https://go-review.googlesource.com/c/go/+/274477 Trust: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
parent
da54dfb6a1
commit
d0c0dc682c
@ -618,7 +618,10 @@ Do not send CLs removing the interior tags from such phrases.
|
||||
<dl id="os"><dt><a href="/pkg/os/">os</a></dt>
|
||||
<dd>
|
||||
<p><!-- CL 242998 -->
|
||||
TODO: <a href="https://golang.org/cl/242998">https://golang.org/cl/242998</a>: export errFinished as ErrProcessDone
|
||||
<a href="/pkg/os/#Process.Signal"><code>Process.Signal</code></a> now
|
||||
returns <a href="/pkg/os/#ErrProcessDone"><code>ErrProcessDone</code></a>
|
||||
instead of the unexported <code>errFinished</code> when the process has
|
||||
already finished.
|
||||
</p>
|
||||
</dd>
|
||||
</dl><!-- os -->
|
||||
|
Loading…
Reference in New Issue
Block a user