aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-11-13 14:39:53 +1100
committerAndrew Gerrand <adg@golang.org>2013-11-13 14:39:53 +1100
commitcd618b24a6f4f899d4f61629e52cba141e499429 (patch)
tree882d309911f6cdb01093a192a9c4d62dbf1611ea
parent268d4631aeebaa06d406309b778700882f73243c (diff)
downloadgo-cd618b24a6f4f899d4f61629e52cba141e499429.tar.gz
go-cd618b24a6f4f899d4f61629e52cba141e499429.zip
[release-branch.go1.2] doc: use the same wording for OS X as the other OSes
««« CL 25670043 / b7308814101a doc: use the same wording for OS X as the other OSes 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 »»» R=golang-dev CC=golang-dev https://golang.org/cl/25780043
-rw-r--r--doc/install.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.html b/doc/install.html
index 92f7189bab..02260fe783 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -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>