From 5b76f0ce3c705ffec0c22d38281a717de6f21af9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aram=20H=C4=83v=C4=83rneanu?= Date: Mon, 19 May 2014 08:02:07 -0700 Subject: [PATCH] doc/go1.3.html: minor tweak of Solaris wording Discussion here: https://golang.org/cl/100490044/#msg14 LGTM=r R=r CC=golang-codereviews https://golang.org/cl/98350043 --- doc/go1.3.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.3.html b/doc/go1.3.html index fc65c45a96..fa9e3f7784 100644 --- a/doc/go1.3.html +++ b/doc/go1.3.html @@ -89,7 +89,7 @@ Go 1.3 now includes experimental support for Plan 9 on the 386 (32-

Support for Solaris

-Go 1.3 now includes experimental support for Solaris on the amd64 (64-bit x86) architecture. It uses illumos, equivalent to Solaris 11 or above. +Go 1.3 now includes experimental support for Solaris on the amd64 (64-bit x86) architecture. It requires illumos, Solaris 11 or above.

Changes to the memory model

-- 2.48.1