summaryrefslogtreecommitdiff
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
commit36074db7271d5d91e7db7ffa2e7457badc81011e (patch)
tree167b57caf48af26a4fdbc9a5cb8cd585d2aad408
parent96126a032684f536229edb7aad8be813901bfede (diff)
downloadgo-36074db7271d5d91e7db7ffa2e7457badc81011e.tar.gz
[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://codereview.appspot.com/25670043 ??? R=golang-dev CC=golang-dev https://codereview.appspot.com/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 92f7189ba..02260fe78 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>