Skip to content

Commit d0c0dc6

Browse files
committed
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 <[email protected]> Reviewed-by: Russ Cox <[email protected]>
1 parent da54dfb commit d0c0dc6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/go1.16.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,10 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
618618
<dl id="os"><dt><a href="/pkg/os/">os</a></dt>
619619
<dd>
620620
<p><!-- CL 242998 -->
621-
TODO: <a href="https://golang.org/cl/242998">https://golang.org/cl/242998</a>: export errFinished as ErrProcessDone
621+
<a href="/pkg/os/#Process.Signal"><code>Process.Signal</code></a> now
622+
returns <a href="/pkg/os/#ErrProcessDone"><code>ErrProcessDone</code></a>
623+
instead of the unexported <code>errFinished</code> when the process has
624+
already finished.
622625
</p>
623626
</dd>
624627
</dl><!-- os -->

0 commit comments

Comments
 (0)