]> Cypherpunks repositories - gostls13.git/commitdiff
doc: give up on OS X Leopard
authorRuss Cox <rsc@golang.org>
Wed, 7 Mar 2012 18:57:57 +0000 (13:57 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 7 Mar 2012 18:57:57 +0000 (13:57 -0500)
Fixes #3206.

R=golang-dev, gri, bradfitz
CC=golang-dev
https://golang.org/cl/5769046

doc/install-source.html
doc/install.html

index fe3d4637b6372a1abfee6427bf6b1df24e469b94..82ff8e740d05c2510095426b4803a4bc6ba9851c 100644 (file)
@@ -321,7 +321,7 @@ These default to the values of <code>$GOHOSTOS</code> and
 
 <p>
 Choices for <code>$GOOS</code> are
-<code>darwin</code> (Mac OS X 10.5 and above), <code>freebsd</code>,
+<code>darwin</code> (Mac OS X 10.6 and above), <code>freebsd</code>,
 <code>linux</code>, <code>netbsd</code>, <code>openbsd</code>, 
 <code>plan9</code>, and <code>windows</code>.
 Choices for <code>$GOARCH</code> are
index eabb5778bdbfd3271ab6484b188d82734ddb8f30..83e98bd0d36e24d8b2c976c37c39583d579fe99c 100644 (file)
@@ -35,7 +35,7 @@ your operating system and processor architecture.
 
 <p>
 Official binary distributions are available
-for the FreeBSD, Linux, Mac OS X, and Windows operating systems
+for the FreeBSD, Linux, Mac OS X (Snow Leopard/Lion), and Windows operating systems
 and the 32-bit (<code>386</code>) and 64-bit (<code>amd64</code>)
 x86 processor architectures.
 </p>