From: David du Colombier <0intro@gmail.com> Date: Wed, 18 Jan 2017 00:10:18 +0000 (+0100) Subject: doc/go1.8: document Plan 9 requirements X-Git-Tag: go1.8rc2~1^2~4 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fcfd91858b;p=gostls13.git doc/go1.8: document Plan 9 requirements Fixes #18610. Change-Id: I19da4d59a1b6293c9a4722aa696e2cb58d982a15 Reviewed-on: https://go-review.googlesource.com/35333 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.8.html b/doc/go1.8.html index f99c5ea96c..608b4802be 100644 --- a/doc/go1.8.html +++ b/doc/go1.8.html @@ -93,7 +93,8 @@ On OpenBSD, Go now requires OpenBSD 5.9 or later.

The Plan 9 port's networking support is now much more complete and matches the behavior of Unix and Windows with respect to deadlines -and cancelation. +and cancelation. For Plan 9 kernel requirements, see the +Plan 9 wiki page.