]> Cypherpunks repositories - gostls13.git/commitdiff
doc: use the same wording for OS X as the other OSes
authorAndrew Gerrand <adg@golang.org>
Wed, 13 Nov 2013 00:53:01 +0000 (11:53 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 13 Nov 2013 00:53:01 +0000 (11:53 +1100)
I used "and above" when I should have said "or later".

Sorry for the churn.

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

doc/install.html

index 92f7189babc51bbd879d5d8b9b3b659c4e24e29b..02260fe78390640660b64657a74eb0f5c81ddad8 100644 (file)
@@ -51,7 +51,7 @@ proceeding. If your OS or architecture is not on the list, it's possible that
 <tr><td colspan="3"><hr></td></tr>
 <tr><td>FreeBSD 7 or later</td> <td>amd64, 386, arm</td> <td>Debian GNU/kFreeBSD not supported; FreeBSD/ARM needs FreeBSD 10 or later</td></tr>
 <tr><td>Linux 2.6.23 or later with glibc</td> <td>amd64, 386, arm</td> <td>CentOS/RHEL 5.x not supported; no binary distribution for ARM yet</td></tr>
-<tr><td>Mac OS X 10.6 and above</td> <td>amd64, 386</td> <td>use the gcc<sup>&#8224;</sup> that comes with Xcode<sup>&#8225;</sup></td></tr>
+<tr><td>Mac OS X 10.6 or later</td> <td>amd64, 386</td> <td>use the gcc<sup>&#8224;</sup> that comes with Xcode<sup>&#8225;</sup></td></tr>
 <tr><td>Windows 2000 or later</td> <td>amd64, 386</td> <td>use mingw gcc<sup>&#8224;</sup>; cygwin or msys is not needed</td></tr>
 <tr><td>NetBSD 6 or later</td> <td>amd64, 386</td> <td></td></tr>
 </table>