diff --git a/doc/go1.14.html b/doc/go1.14.html index af08e8e580..549c3e008a 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -579,7 +579,7 @@ TODO -
The new @@ -683,7 +683,7 @@ TODO
The @@ -706,6 +706,18 @@ TODO
+ On Windows,
+ the CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT,
+ and CTRL_SHUTDOWN_EVENT events now generate
+ a syscall.SIGTERM signal, similar to how Control-C
+ and Control-Break generate a syscall.SIGINT signal.
+
@@ -755,18 +767,6 @@ TODO
- On Windows,
- the CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT,
- and CTRL_SHUTDOWN_EVENT events now generate
- a syscall.SIGTERM signal, similar to how Control-C
- and Control-Break generate a syscall.SIGINT signal.
-