From: Shenghou Ma
Date: Wed, 7 Dec 2016 23:42:37 +0000 (-0500)
Subject: doc: mention Go requires OpenBSD 5.9 or above in go1.8.html
X-Git-Tag: go1.8beta2~44
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0716fefad35b2de2b082865c5c8e5c009bd16a75;p=gostls13.git
doc: mention Go requires OpenBSD 5.9 or above in go1.8.html
Change-Id: Ia19e4d2f319002b5b26e50258436f5c4bd281cc7
Reviewed-on: https://go-review.googlesource.com/34113
Reviewed-by: Brad Fitzpatrick
---
diff --git a/doc/go1.8.html b/doc/go1.8.html
index c090103bb9..1987b297ac 100644
--- a/doc/go1.8.html
+++ b/doc/go1.8.html
@@ -86,6 +86,10 @@ have firmware that doesn't enable kernel FPU emulation; Go won't run on such mac
On DragonFly BSD, Go now requires DragonFly 4.4.4 or later.
+
+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